views:

39

answers:

1

I've got the Facebook user ID of the user who created a given page. Now I need to get the page ID to display like box in my website.

Different users have their own Facebook pages; however, I know how to get their Facebook user IDs

A: 

The URL to the fan page will have the ID in it. For example, the Stack Overflow fan page

http://www.facebook.com/pages/Stack-Overflow/105665906133609

The ID is 105665906133609

Some pages have aliases, which are also usable as the ID. For example, the Marine Corps' fan page is

http://www.facebook.com/marinecorps

So the ID is marinecorps

Alternatively, you can use the generator on the documentation page as well.

Peter Bailey
i have try to do this,there is no way to get fan page id via creater id,at the end i get id from the user who likes the page,(creater also need to likea that page)
kasun
You don't need to use the creator's ID at all. I'm not sure where you're going with this.
Peter Bailey