使用图形 API 获取 Facebook 评论,无需用户身份验证

发布于 2024-11-04 00:10:45 字数 314 浏览 1 评论 0原文

我正在使用 http://code.google.com/p 构建一个 Flex 应用程序/facebook-actionscript-api/ 库。 是否可以在当前用户未登录 facebook 的情况下获取 OBJECT_ID (https://graph.facebook.com/OBJECT_ID/comments) 的所有评论。如果是,请告诉我 OBJECT_ID 需要是什么(在公共群组或其他地方发布)。

提前致谢。 BLZ

I'm building a flex application using the http://code.google.com/p/facebook-actionscript-api/ library.
Is it possible to get all the comments for an OBJECT_ID (https://graph.facebook.com/OBJECT_ID/comments) without the current user being logged in facebook. If it is, please tell me what the OBJECT_ID needs to be (post in public group or something else).

Thanks in advance.
blz

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

终难遇 2024-11-11 00:10:45

您需要请求offline_access权限。它将为您提供一个不会过期的访问令牌。将其保存在您的数据库中并将其用于您的连接,它将在没有用户的情况下工作。

更多:http://developers.facebook.com/docs/authentication/permissions/

You need to request the offline_access permission. It will give you an access token that won't expire. Save it in your database and use it for your connections and it will work without the user.

More: http://developers.facebook.com/docs/authentication/permissions/

空城仅有旧梦在 2024-11-11 00:10:45

我相信 Object_ID 是用户,并且您不必登录即可获取此信息

但是...

您可能需要的是对您的请求进行身份验证。我相信 FB 现在要求您向他们注册您的 web 应用程序以获得必要的 OAUTH 签名。我认为这是 F8 2010 的情况。

I believe Object_ID is the user, and they do not have to be logged in for you to acquire this

But...

What you probably will require is authentication of your request. I believe FB now requires that you register your webapp with them to get the necessary OAUTH signature. I think this is as of F8 2010.

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