如何在 Facebook 图形 API 中获取带有用户 ID 的粉丝页面 ID?
使用 Facebook Graph API,我需要一种方法来使用该页面创建的“用户 ID”来获取粉丝页面 ID。
是否可以?
Using the Facebook Graph API I need a way to get the fan page id using that page created "user id".
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您想获取创建该页面的用户的 ID 吗?页面的“创建者”可能不再是页面的管理员,甚至不再拥有 Facebook 帐户。您应该查找的是页面管理员用户的 ID,可以有多个。
You want to get the ID of the user who created the page? The "creator" of the page may no longer be an admin of the page, or even have an account on Facebook. What you should be looking for is the IDs of the users who are admins of the page, there can be more than one.
尝试访问 https://graph.facebook.com/USER/accounts?access_token=...
Try accessing https://graph.facebook.com/USER/accounts?access_token=...
只需加载 https://graph.facebook.com/yourpagename 并将“yourpagename”更改为您的用户名。它会输出所有信息,你的 ID 就会在那里
Just load https://graph.facebook.com/yourpagename and change "yourpagename" to what your username is. it'll output all the info and your id will be in there