Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 facebook SDK 3.0 IOS 的新手
有没有办法自动登录到 facebook SDK 3.0?
我的规范是,我们可以将 facebook 集成到我们的应用程序成员 ID(就像 instagram 一样,我们可以将 facebook 集成到我们的 ID)
因此,如果会员退出,facebook 集成将被注销,当会员登录时,facebook 将自动登录。
有没有办法做到这一点?就像将访问令牌存储到服务器一样?
你可以用这个
https://graph.facebook.com/oauth/access_token?client_id=APP_ID&client_secret=APP_SECRET&grant_type=fb_exchange_token&fb_exchange_token=THE_ACCESS_TOKEN_OF_USER
并且只有一次登录,会话不会过期。
原谅我的英语