Using the Facebook Graph API I need a way to get the fan page id using that page created "user id".
Is it possible?
Using the Facebook Graph API I need a way to get the fan page id using that page created "user id".
Is it possible?
You want to get the ID of the user who created the page? The "creator" of the page may no longer be an admin of the page, or even have an account on Facebook. What you should be looking for is the IDs of the users who are admins of the page, there can be more than one.
Try accessing https://graph.facebook.com/USER/accounts?access_token=...