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?