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.
我在我的 iPhone 应用程序中使用 OAuth 进行 twitter 和 fb-connect 进行 facebook 身份验证。是否可以在应用启动时保存用户会话?
即如果用户登录一次,下次他们启动应用程序时,我们会从上次应用程序关闭时保存的某个状态自动登录?
对于 Twitter,如果我只保存 auth_token 并在每次用户想从我的应用程序中使用 twitter 时使用它,它会起作用吗?还是我需要做其他事情?我无法让它像那样工作,所以想知道我是否做错了什么。
谢谢。
对于 Twitter,您需要保存 access_token。这是用户/应用程序所独有的,保存后将让您充当未来请求的用户。它将由两个字符串组成,其中一个将以用户的 id 开头。