skip to Main Content

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

2

Answers


  1. 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

    Login or Signup to reply.
  2. On version v2.11, I believe you are looking for: https://graph.facebook.com/v2.11/me/applications?access_token=USERACCESSTOKEN&type=developer

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search