This may be a duplicate question but those answers not helped me.
Is it possible to retrieve owner of the Facebook app id?
Please help me to come out from this issue. Thanks in advance.
EDIT I tried with Graph API(https://graph.facebook.com/xxxxxxxxxxxxxxx), but it returns only active users list, logo url etc.. not return owner Facebook ID.
Owner id: Facebook id where I added myapp
You can request
to receive a list of administrators of the app. But only if you have an App Access Token of the same app.
See