Find facebook profile ID or Page ID

Web hosting, SEO, etc... related
Post Reply
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Find facebook profile ID or Page ID

Post by Neo » Thu May 31, 2012 7:15 pm

I wanted to find the Facebook fan page ID when I was going to add a fan box to my website. Here is the easiest way to find this.

Execute following URL by replace ROBOTLANKA with your name.
https://graph.facebook.com/ROBOTLANKA

You'll be given a code as below.

Code: Select all

{
   "id": "109325909093413",
   "name": "ROBOTLANKA",
   "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/41596_109325909093413_4208_s.jpg",
   "link": "http://www.facebook.com/ROBOTLANKA",
   "likes": 186,
   "category": "Computers/technology",
   "is_published": true,
   "website": "https://robot.lk",
   "username": "ROBOTLANKA",
   "founded": "2009",
   "about": "ROBOTLANKA - Where Technology Meets Passion",
   "location": {
      "city": "Colombo",
      "country": "Sri Lanka"
   },
   "talking_about_count": 1
}
Notice "id": "109325909093413". That's the facebook ID you need.

Enjoy!
User avatar
Rksk
Major
Major
Posts: 730
Joined: Thu Jan 07, 2010 4:19 pm
Location: Rathnapura, Sri Lanka

Re: Find facebook profile ID or Page ID

Post by Rksk » Mon Jun 04, 2012 11:03 pm

There is the full description about fb graph api http://graph.facebook.com

[ Post made via Mobile Device ] Image
Post Reply

Return to “Web Related”