开发者

Authenticating user with facebook on iOS without UIWebView

开发者 https://www.devze.com 2023-01-09 14:10 出处:网络
Is there a way to authenticate a user with facebook in开发者_如何学Python the background using id/pass he entered in configuration screen? I mean authentication without the usage of UIWebView, but usi

Is there a way to authenticate a user with facebook in开发者_如何学Python the background using id/pass he entered in configuration screen? I mean authentication without the usage of UIWebView, but using some kind of Http client to retrieve auth token (OAuth 2.0 preferably)


The OAuth site lists several options for Objective-C, including MPOAuthConnection. You could probably tweak it to use with ASIHTTPRequest or similar to place a request with credentials.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号