使用 Graph API 获取用户在 Facebook 中的页面列表
Get a list of pages a user has in Facebook with Graph API
我希望在图表中找到类似这样的东西 api:
https://graph.facebook.com/pages
找不到类似的东西。
是否可以获得用户 has/is 管理员的页面列表?
https://developers.facebook.com/docs/graph-api/reference/v2.3/user/accounts
使用 manage_pages
授权并调用 /me/accounts
获取所有托管页面的列表。
我希望在图表中找到类似这样的东西 api:
https://graph.facebook.com/pages
找不到类似的东西。
是否可以获得用户 has/is 管理员的页面列表?
https://developers.facebook.com/docs/graph-api/reference/v2.3/user/accounts
使用 manage_pages
授权并调用 /me/accounts
获取所有托管页面的列表。