Facebook - How to get Page ID?

facebook, facebook-graph-api, facebook-page

Solution

I found the problem!

I go to "Manage Permissions" of my facebook page and I found the problem. In the field "Only show this page to viewers in these countries" someone of my editors wrote "Brazil", so my FanPage was only available for Brazilian - which did not include the Graph.

Thanks for the answers!

Problem

I need get the Page ID of my page in Facebook, but I'm having troubles when I try to do this. My page on Facebook is: ``` https://www.facebook.com/techsempre ``` I'm trying to get the Page ID with Graph, as suggested by a lot of articles in Internet, but I'm getting error. I go to this URL: ``` http://graph.facebook.com/techsempre ``` But, instead a JSON I get the following error: ``` { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } } ``` Someone knows a good way to do that or a solution for this error?

Original source

Related problems