使用 Facebook Graph API (C# .net) 无法获取所有用户的个人资料信息

发布于 2024-11-02 23:33:58 字数 396 浏览 0 评论 0原文

目前我已经创建了一个 api_key 、api_secret key 并在创建 facebook 应用程序后生成了一个访问令牌。我

https://graph.facebook.com/search?q=" + txtSearch.Text.Trim() + "&type=user&access_token=" + tokenFB

在代码中使用了这些访问令牌来获取数据......我面临的问题是我无法查看陌生人的公共数据 我的代码获取我朋友的所有数据,但不获取 Facebook 中其他人的数据,除了他们的姓名和个人资料图片。我想获取所有具有公共访问权限的 facebook 用户的数据.. sum1 可以帮助我采取什么方法吗?是否没有访问令牌可以帮助我获取所有用户而不仅仅是我的朋友的数据。

At present i have created an api_key ,api_secret key and generated an access token after creating an facebook app.i have used these access token

https://graph.facebook.com/search?q=" + txtSearch.Text.Trim() + "&type=user&access_token=" + tokenFB

in my code to fetch data.... The problem i'm facing is I'm not able to view public data of strangers my code fetches all data of my friends but not others in facebook except their name and profile picture . i want to get data of all facebook users that are have public access.. can sum1 help with what should be my approach? Is there no way of a access token that help me fetch data of all users and not just my friends.

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

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

发布评论

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

评论(1

弄潮 2024-11-09 23:33:58

所有这些都取决于用户在其个人资料中设置的权限级别。简而言之,您将需要适应不同的设置,从而为每个用户提供不同的信息。

不过,您可以出于此类目的向 Facebook 请求更多权限。

请参阅此处的 Facebook 文档。

All of this depends on the permissions level that the user sets on their profile. In short you will need to adapt to different settings and hence different information for each user.

You can however request more permissions from Facebook for such a purpose.

Refer to Facebook's documentation here.

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