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.
我们正在使用 Graph API 从我们自己的 Facebook 页面访问公共提要。
获取访问令牌的最佳方式是什么,因此请求不依赖于一个人(我的)用户访问令牌?
所以在我离开项目后,其他人可以使用相同的代币,而不是与我相关联,而是与页面或公司相关联?
页面令牌始终与特定用户绑定,因为您需要用户令牌来生成页面令牌。对于非受限页面,您可以只使用应用访问令牌。它与任何用户都没有关系。
有关令牌以及如何生成它们的更多信息: