Get Facebook fan page ID

前端 未结 9 1691
名媛妹妹
名媛妹妹 2021-02-04 08:32

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 Face

9条回答
  •  迷失自我
    2021-02-04 09:27

    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.

提交回复
热议问题