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.