Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Facebook fan page ID

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

like image 838
kasun Avatar asked Jun 28 '10 06:06

kasun


1 Answers

You can replace www to graph in the page URL. For example id of the Coca-Cola page http://graph.facebook.com/cocacola (first value).

like image 143
Anton Melnikov Avatar answered Oct 07 '22 17:10

Anton Melnikov