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
There is no way.
Earlier it was possible with this endpoint:
me/applications/developer
The result:
On version v2.11, I believe you are looking for:
https://graph.facebook.com/v2.11/me/applications?access_token=USERACCESSTOKEN&type=developer