如何使用Graph API获取用户的Facebook应用程序列表

问题描述:

如何获取用户创建的应用程序列表。我想使用Facebook Graph API获取此列表。请问您可以在Facebook Graph API上使用哪个API以及如何使用它。

How can i get the list of applications created by the User. I would like to fetch this list using the Facebook Graph API. Could you please advice on which API on the Facebook Graph API to use and how to use it.

code> / ME /账户。我相信你正在寻找或处于这个终点。

Take a look at /me/accounts. I believe what you are looking or is at that endpoint.

端点描述 -


当前用户拥有的Facebook应用程序和页面。

The Facebook apps and pages owned by the current user.

需要的权限 -


manage_pages 产生可用于代表应用程序/页面查询Graph API的access_tokens

manage_pages yields access_tokens that can be used to query the Graph API on behalf of the app/page

查看用户端点文档,将会有更多的信息。

Take a look at the user endpoint documentation, there will be more information there.

记住,应用程序的所有权并不一定意味着该用户创建它,这只意味着用户是应用程序的管理员。

Remember that ownership of an application doesn't necessarily mean that it was that user who created it, it just means that the user is an administrator of the application.