Can't seem to find a good, easy to use OAuth 2 framework anywhere. I'm looking for something easy like ASIHTTPRequest. Anyone have experience?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
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.
|
|
|
Take a look at this GitHub project: https://github.com/nxtbgthng/OAuth2Client |
|||||
|
|
If you're using the AFNetworking library, you could consider the AFOAuth2Client extension. |
|||
|
|
|
I've used google's oauth framework and it works very well. It's pretty complete and was easy enough for me to make a couple minor updates to (ui mostly). |
|||||||||||||||
|
|
LROAuth2Client seems to be another solid implementation. |
|||
|
|
|
MixioAuthFramework appears to be another OAuth2 library. |
|||
|
|
|
FROAuth2Request is OAuth2 Support for the well known ASIHTTPRequest Lib. |
|||
|
|