简体   繁体   中英

How can I dynamically get all my facebook app ids

I have created 4 apps in facebook. In Facebook apps I can see all my apps and the IDs. But I will get all my app ids dynamically/programmatically. When I type in graph explorer "me/accounts" I get the id of only one app. How can I dynamically get ids of all my apps?

According to March 2013 Breaking Changes :

Removing apps from /me/accounts/

We will no longer show apps under /me/accounts/ in the Graph API. You can access the list of apps a user is a developer on by hitting /me/applications/developer/.

The one result that you are getting is not an app, but could be app page/community

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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