获取Facebook页面的所有信息

发布于 2024-12-21 19:44:58 字数 275 浏览 2 评论 0原文

我想将非公开信息恢复到 C# 中应用程序“桌面”的 Facebook 页面,但我不知道如何操作。我是否必须通过用户允许的 Facebook 应用程序,还是让 Facebook 用户拥有 access_token 并基于此显示页面?仅供参考,我使用我得到的图表(和 JSON),我选择这个版本作为“公共”组: https://graph.facebook.com/283774678311430

I would like to recover the non-public information to a facebook page for an application "desktop" in C # and I do not know how. Do I have to go through a Facebook application that the user allow or do I get the Facebook user to have a access_token and display the page based on this one? FYI I use graph (and a JSON) that I get, I picked up this version as the "public" group:
https://graph.facebook.com/283774678311430

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

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

发布评论

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

评论(1

我不是你的备胎 2024-12-28 19:44:58

我是否必须通过用户允许的 Facebook 应用程序

是的,您需要一个应用程序来让用户授予查看页面的权限或让页面所有者授予访问权限

我是否可以让 Facebook 用户拥有 access_token 并根据此令牌显示页面?

相同的答案,使用页面所有者作为用户调用 /me/accounts 并获取页面访问令牌。

Do I have to go through a Facebook application that the user allow

Yes, you need an application to let the user give access to view the page or have the page owner give access

do I get the Facebook user to have a access_token and display the page based on this one?

Same answer, use the page owner as the user call /me/accounts and grab the page access token.

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