php - How can I dynamically get all my facebook app ids -
i have created 4 apps in facebook. in facebook apps can see apps , ids. app ids dynamically/programmatically. when type in graph explorer "me/accounts" id of 1 app. how can dynamically ids of apps?
according march 2013 breaking changes:
removing apps /me/accounts/
we no longer show apps under /me/accounts/ in graph api. can access list of apps user developer on hitting /me/applications/developer/.
the 1 result getting not app, app page/community
Comments
Post a Comment