views:

169

answers:

2

Using the Facebook Graph API I need a way to get the fan page id using that page created "user id".

Is it possible?

A: 

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.

Brent Baisley
thanks for answering,I know the one admin id of the page(creator of the page) ,then is it passible to get page id
kasun
A: 

Try accessing https://graph.facebook.com/USER/accounts?access_token=...

Yuliy