It's the easiest method for knowing Facebook profile/pages ID using graph API? Follow these easy steps:
- Suppose for getting id of HIAAC's Cracks page (https://www.facebook.com/HIAAC), enter url as http://graph.facebook.com/HIAAC
- You will see something like it:
{
"id": "169774056392145",
"name": "HIAAC's Cracks",
"picture": "...",
"link": "https://www.facebook.com/HIAAC",
"likes": 517,
"category": "Computers/internet",
"website": "...",
"username": "HIAAC",
"description": "..."
}
- Under id section, you will see id as 169774056392145 (facebook id for my page)
- In the same way you can find ID of any facebook profile/page.
Thank you for your comment.