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
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
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.