Store UserID From Facebook SDK

可紊 提交于 2019-12-11 19:08:30

问题


How can I store credentials in the Facebook iOS SDK atleast username if not password. I gone through the Facebook iOS SDK ...FBSession which is been need to use login part.but its a Library file ..I cannot see the implementation part .which is

[[FBSession activeSession] openWithBehavior:FBSessionLoginBehaviorForcingWebView

                  completionHandler:^(FBSession *session,

                                      FBSessionState state,

                                      NSError *error) 

Is it possible to keep credentials? or to hacking a UIWebView to load the facebook login page without showing it to the user and inject the credentials if that is possible at all.

来源:https://stackoverflow.com/questions/14323482/store-userid-from-facebook-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!