Facebook - How to get page id?

I need to get the page id of my Facebook page, but I am having problems when I try to do this.

My Facebook Page:

https://www.facebook.com/techsempre 

I try to get the id of the page with the graph, as suggested by many articles on the Internet, but I get an error. I go to this url:

 http://graph.facebook.com/techsempre 

But instead of JSON, I get the following error:

 { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } } 

Does anyone know a good way to do this or a solution to this error?

+6
source share
3 answers

I found a problem!

I go to “Manage permissions” on my facebook page and I found the problem. In the field “Show this page only for viewers in these countries”, one of my editors wrote “Brazil”, so my FanPage was available only to a Brazilian who did not include the Schedule.

Thanks for answers!

+10
source

There is a Developers site for Facebook.

Facebook Developer Page

This page has a menu of tools, including the Graph API Explorer:

Graph API Explorer

Graph API Explorer

There is a Search for a field option

Click Search for a field and select accounts . Then click the Submit button.

Interestingly, this will NOT give you the Facebook Group ID! The identifier for the Facebook group seems to be just in the URL when you visit this group, FOR FREE , you edited the group settings, and Set Up Group Address . In this case, the identification number in the URL will no longer be displayed. So what do you do to find an identifier for a group? Once you have designated Group Address , no return is possible; you cannot delete Group Address .

+1
source

find facebook page id

this site can find the page id

0
source

All Articles