Search code examples
facebook-graph-apifacebook-graph-api-v2.0

Get user list of owned apps facebook graph api


How can I get the list of apps ids owned by me via the Facebook graph API?

I tried using the graph api explorer: graph api explorer with this url:

me?fields=accounts which gives me the user accounts.

My question is how to get the user owned apps ids


Solution

  • There is no way.

    Earlier it was possible with this endpoint: me/applications/developer

    The result:

    User/applications endpoint is deprecated for versions v2.6 and higher