0

How would I go about working with xAuth authentication in an iOS app? I've used this library in the past, but it hasn't been updated for AFNetworking 2.0 and is very buggy as is anyway.

Is it possible to do with NSURLConnection or NSURLSession easily? Is it built into AFNetworking 2.0? I'm trying to figure out how I would best go about tackling xAuth in iOS.

It's not for Twitter either, a ton of APIs require xAuth for authentication.

Doug Smith
  • 29,668
  • 57
  • 204
  • 388
  • This fork supports AFNetworking 2: https://github.com/mzygar/AFXAuthClient. AFNetworking is a general purpose HTTP library, and doesn't have built-in support for xAuth, etc. AFNetworking 2 is very modular, so it should be simple to review this code and make it work the way you want. I know of anything that you can just drop in with no work though. – Aaron Brager Feb 18 '14 at 01:59
  • @AaronBrager I've tried that fork, and the general bugginess of the library still remains unfortunately. – Doug Smith Feb 18 '14 at 14:53
  • Well, the answer is, unfortunately, to fix the bugs… feel free to post questions here if you get stuck. – Aaron Brager Feb 18 '14 at 15:25
  • I was hoping for a bug free library is all. – Doug Smith Feb 19 '14 at 02:27

0 Answers0