Dark versionDefault version
2

Subhadip Chanda

Web Developer - Techinnovator Team

Facebook Numeric ID Finder

Sometimes you need facebook profile id or page id
during programming.finding facebook id number is quit easy.
to find facebook id number you must go to
https://graph.facebook.com/my facebook id
and instead of “my facebook id” you can place username of any page or any profile
the result will be shown like this .”144811518903762″ is my facebook page id.
1
2
3
4
5
6
7
8
9
10
11
12
{
   “id”: “144811518903762”,
   “name”: “Buffer Now”,
   “link”: “https://www.facebook.com/computerdiary”,
   “likes”: 339,
   “category”: “Computers/internet”,
   “is_published”: true,
   “website”: “http://www.buffernow.com”,
   “username”: “computerdiary”,
   “about”: “Every Trick About Computer And Internet”,
   “talking_about_count”: 82
}
And you can get facebook page id number or facebook profile id number
Anyway, i have just create a script Fb numeric id generator , you have to just put your username in text box and press find.



FB Numeric ID Finder

 


Leave A Comment

Your email address will not be published. Required fields are marked *