简体   繁体   English

如何动态获取我所有的Facebook应用ID

[英]How can I dynamically get all my facebook app ids

I have created 4 apps in facebook. 我已经在Facebook中创建了4个应用程序。 In Facebook apps I can see all my apps and the IDs. Facebook应用程序中,我可以看到我所有的应用程序和ID。 But I will get all my app ids dynamically/programmatically. 但是我将动态/以编程方式获取所有应用程序ID。 When I type in graph explorer "me/accounts" I get the id of only one app. 当我输入图表浏览器“我/帐户”时,我只会得到一个应用程序的ID。 How can I dynamically get ids of all my apps? 如何动态获取所有应用程序的ID?

According to March 2013 Breaking Changes : 根据2013年3月的重大更改

Removing apps from /me/accounts/ 从/ me / accounts /中删除应用

We will no longer show apps under /me/accounts/ in the Graph API. 我们将不再在Graph API中的/ me / accounts /下显示应用。 You can access the list of apps a user is a developer on by hitting /me/applications/developer/. 您可以通过访问/ me / applications / developer /来访问用户是开发人员的应用程序列表。

The one result that you are getting is not an app, but could be app page/community 您得到的一个结果不是应用程序,而是应用程序页面/社区

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM