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页面访问令牌是否过期,如果过期多久?此外,如果它确实过期了,我该怎么做才能延长它的有效期。
默认情况下,页面访问令牌不会过期——但如果获取它们的用户更改了密码,它们就会失效。
仅当您在从 API 请求页面的 access_token 之前获得页面管理员的长期访问令牌时才适用,否则它会与用户的 access_token 一起过期 - 请参阅场景 5