需要访问令牌密钥后 Facebook 墙贴无法正常工作
我使用 jquery 脚本从 Facebook 获取我的帖子,然后显示在我的网站上。这是我使用的代码:
http://www.neosmart.de/social-media/ facebook-wall
Facebook 现在需要访问令牌才能访问您的 Feed。所以我在 Facebook 登录下创建了一个应用程序,然后获取了访问令牌。一旦我传递了访问令牌,它就会在我的网站上显示我的墙上的帖子。然而,当我退出 Facebook 时,我网站上的帖子不再显示,而是显示此错误:
Error validating access token: The session is invalid because the user logged out.
所以我的问题是,从我的 Facebook 帐户获取访问令牌的正确步骤是什么,我可以用它来查看我的 Facebook feed我是否登录了 Facebook?
编辑:
这是一步步说明如何授予自己对我自己的应用程序的离线访问权限并获取访问令牌。一旦我按照这些步骤操作,我的提要现在就可以正常工作了。
http://itslennysfault.com/get-facebook-access-token-for -graph-api
Im using a jquery script that grabs my posts from facebook and then displays on my site. Here is the code Im using:
http://www.neosmart.de/social-media/facebook-wall
Facebook now requires an access token in order to access your feed. So I created an app under my facebook login and then grabbed the access token. Once I pass the access token it shows the posts on my wall on my site. However the second I log out of Facebook the posts on my site no longer show, instead it shows this error:
Error validating access token: The session is invalid because the user logged out.
So my question is what are the proper steps to get an access token from my facebook account that I can use to view my facebook feed if Im logged into facebook or not?
EDIT:
This is a step by step explanation of what to do to grant myself permission to my own app with offline access and get the access token. Once I followed these steps my feed now works as it should.
http://itslennysfault.com/get-facebook-access-token-for-graph-api
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取访问令牌时,您需要向 Facebook 请求“offline_access”权限。
You would want to ask Facebook for the "offline_access" permission when getting an access token.