facebook ID is a unique number identifying a facebook Profile, facebook Groups or fan Pages. There are two way of finding Facebook user id either using Java Script or facebook Graph.
Find Uid Using Facebook Graph:
Just put usename of profile , Fan Page , Group after graph.facebook.com and put it on your address bar and hit enter. You can find out anybody Facbook Unique ID number by this method.
http://graph.facebook.com/Your-Usename
Like :
Example :
http://graph.facebook.com/anooparora92
Check out the link on the first column you will find ID
"id": "100001460669189",
Find UID using Java Script:
1) To Find your own facebook id simply put this code on the address bar then press enter :
2) To Find your Friend id or Fan Pages, Groups UID :
- First visit your Friend id or Groupt or Fan Page and this code on the address bar then press enter :
Impotant - In javascript method use Mozilla Firefox to get results.
1st Method -
Find Uid Using Facebook Graph:
Just put usename of profile , Fan Page , Group after graph.facebook.com and put it on your address bar and hit enter. You can find out anybody Facbook Unique ID number by this method.
http://graph.facebook.com/Your-Usename
Like :
Example :
http://graph.facebook.com/anooparora92
Check out the link on the first column you will find ID
"id": "100001460669189",
2nd Mehotd -
Find UID using Java Script:
1) To Find your own facebook id simply put this code on the address bar then press enter :
javascript:alert('Your Facebook ID : '+Env['user'])
2) To Find your Friend id or Fan Pages, Groups UID :
- First visit your Friend id or Groupt or Fan Page and this code on the address bar then press enter :
javascript:x=document.forms;for(i=0;i<x .length;i++){if(document.forms[i].xhpc_targetid){alert('Facebook ID : '+document.forms[i].xhpc_targetid.value);break}};void(0)
Impotant - In javascript method use Mozilla Firefox to get results.
2 comments:
hey anoop. is dere any way to find email?by using uid? plz reply soon!
I Think there is not any trick to find out email by using uid but i will try to find out this trick.
Post a Comment