Finding Unique Facebook id Two Methods:
Facebook id looks like:
1)Graph method [I RECOMMEND THIS ONE]
2)Direct javascript
1) Graph Method:
We will find our id by putting a link for graph of our it in facebook database sitemap e.g==>http://graph.facebook.com/enter-your-username-here
just replace your username and then open that link it will show you your f.b unique id :)
2) Direct Javascript Method:
(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) Find your friend or pages, Groups UID :
javascript:x=$('content').getElementsByTagName('a');for(i=0;i1){y=x[i].href;alert('Facebook ID : '+y.substr(y.indexOf('[]')+3));break};void(0)or
javascript:x=document.forms;for(i=0;i
Hope you enjoyed if it is just comment , and Subscribe Us :p
0 Comments :
Post a Comment
Having Confusion ,oH Dear ask me in comments!!