LROAuth2Client
LROAuth2Client copied to clipboard
OAuth2 client for iPhone and iPad apps
Could you please replace deprecated in IOS9 NSURLConnection with NSURLSession in LROAuth2Client?
Update the link to the blog post http://lukeredpath.co.uk/blog/2010/06/01/oauth2-for-iphone-and-ipad-applications/
I'm new to Oauth and was just wondering that if you are using a web view and if the user logs in then the app can just inject some javascript...
Hi, I'm pretty new to this and trying to integrate OAuth2 into my iPhone app. I want to use LROAuth2Client (https://github.com/lukeredpath/LROAuth2Client). Although there is a demo (https://github.com/lukeredpath/LROAuth2Demo), I don't know...
``` [operation setCompletionBlock:^{ dispatch_async(dispatch_get_main_queue(),^{ [self handleCompletionForAuthorizationRequestOperation:blockOperation]; }); }]; ```