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 应用程序授权,是否可以在服务器端使用权限进行离线访问?
设想:
这可以做到吗?
您需要在应用程序上授权并获取 Facebook 令牌。然后,您可以将此令牌发送到您的服务器并在那里毫无问题地使用它。如果您希望此令牌不会在几个小时内过期,您应该请求 offline_access 权限。