A Facebook app will always be linked to the Facebook account (the developer’s) which created it. Which is why you are getting the GraphMethodException
, because you can only access that data if you request it using the said account. So unfortunately you will have to re-create the app with a new Facebook account and update your code to reflect the new AppId and AppSecret.
solved An error occurred, please try again later [closed]