MVC 5 Web API with Facebook access token to RegisterExternal without need of Cookie
Setup:
New MVC5 Project with just Web API. Added Facebook AppId and Secret.
I can get Token for my Web API from Token endpoint by passing in UserName and Password. Then use that token for further calls.