需要访问令牌密钥后 Facebook 墙贴无法正常工作

发布于 2024-11-24 02:11:25 字数 812 浏览 4 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

‘画卷フ 2024-12-01 02:11:26

获取访问令牌时,您需要向 Facebook 请求“offline_access”权限。

You would want to ask Facebook for the "offline_access" permission when getting an access token.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文