如何检索喜欢我的 Facebook 页面的人员列表?

发布于 2024-12-28 14:38:53 字数 586 浏览 5 评论 0原文

可能的重复:
检索 Facebook 粉丝姓名
如何列出喜欢某个页面或兴趣

我想检索在 facebook 上喜欢我的页面的人员列表。我想获取用户详细信息及其uids

用户可能会喜欢该页面,并使用重复的个人资料再次喜欢该页面,因此为了避免这种类型的事情,我想获取喜欢的人的uid页面。

有没有可用的Api...

是否可以使用批量请求Api获取uid值

还有其他方法可以获取用户的uid吗,请帮助我朋友..

Possible Duplicate:
Retrieve Facebook Fan Names
How to list facebook users who like a page or interest

in my project i want to retrieve the list of persons who have liked facebook my page. I want to get the user details and their uids.

A user may Like the page and once again he likes the page using a duplicate profile, so to avoid this type of things i want to get the uid of the person who like the page.

Is there any Api available for this...

Is it possible to get the uid value using the batch request Api

Is there any other way to get the uids of the user, please help me friends..

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

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

发布评论

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

评论(2

So尛奶瓶 2025-01-04 14:38:53

简单的用这个。

https://www.facebook.com/browse/?type=page_fans&page_id=your page id

它将返回最多 500 个最近喜欢的内容。快乐编码!

Simple use this.

https://www.facebook.com/browse/?type=page_fans&page_id=your page id

It will return up to 500 of the most recent likes. Happy coding!

逆光飞翔i 2025-01-04 14:38:53

获取此类用户 ID 的唯一方法是让应用程序作为页面选项卡运行。当用户加载您的选项卡并安装(即授予权限)您的应用程序时,Facebook 发送到您的服务器的 signed_request(以及该页面的 HTTP POST 请求)将包含一个 user_id

tl;dr:除非用户安装您制作的应用程序,否则您不会获得任何 ID。

The only way you can get the ID of such users is to have an app running as a page tab. When the user loads your tab, and installs (i.e. gives permissions to) your app, the signed_request that Facebook sends to your server (along with the HTTP POST request for the page) will contain a user_id.

tl;dr: you won't get any IDs unless users install an app you made.

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