Facebook app without owner

Suddenly, I couldn’t find my Facebook application in the “Developer Applications” section, I used my “application access token” to get the application roles through the Facebook Graph API, but the surprise was that my application did not have an owner , I think someone got my 'App Access Token' and removed all admins from the application, the problem is [My Facebook App does not have an owner]. any ideas to get it back? Facebook Application API

+4
source share
1 answer

This is obviously an API bug because ' Must specify at least one developer who has administrator permission. 'an error dialog will appear if you delete the last administrator (you) at https://developers.facebook.com/apps/APP_ID/roles . Report a bug https://developers.facebook.com/bugs and also ask them how to contact to restore your applications.

0
source

All Articles