Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
46 views

Any OAuth2 providers other than Google that offer access token validation without an extra server call?

I'm developing a mobile app that has to talk to it's own custom back-end API. I would prefer to not roll my own authentication and account management, I would rather use Oauth2 from an existing ...
0
votes
0answers
104 views

RESTful Service with various authentication mechanisms (own username/password, Facebook, Google, etc)

What would be the best way to implement a RESTful service that allows multiple authentication mechanisms. E.g., a custom one with a username/password, Facebook, Gooogle and some other OAuth identity ...