Saturday 14 January 2012

Show magic to your friends using facebook id


Every facebook acount has its own id. The facebook id is nothing but the unique number which is used to identify your acount. we can do some magic using your's and your friend's facebook id. whenever u put your facebook id as your status or comment, the integer id will be automatically converted into your profile name.



The format of your status or comment should be like this

@[FACEBOOK_ID:0:]

Dont forget to replace FACEBOOK_ID with your's or your friend's id. Its very easy to put your status or comment like this. But the biggest task is to find your's and your friend's facebook id.

Actually it is very easy to find the facebook id. But many of us dont know how to find it.

Follow these simple steps to find your's or your friend's facebook id.

1. Go to your profile and check the adress bar. You can get the link of the profile like this

https://www.facebook.com/profile.php?id=100001807507577

2. The number at the end of this link is your facebook id. If you want to find the id of your friend, go to your friend's profile and get his or her id from the adress bar.
3. Sometimes you will not get your id from the address bar. Instead of id, it will display the username. In that case you will get the link of the profile like this

https://www.facebook.com/manig1712

4. To get the id from your username, visit the address

http://graph.facebook.com/manig1712 (Replace manig1712 with your or ur frend's username.

5. You will get the result like this
{
"id": "100001807507577",
"name": "Mani G Bhavani",
"first_name": "Mani",
"middle_name": "G",
"last_name": "Bhavani",
"link": "https://www.facebook.com/manig1712",
"username": "manig1712",
"gender": "male",
"locale": "en_US"
}

6. The first line shows your facebook id.
7. Once you got your id, set your status like this

Copy and paste the string within the double quotes as your status
"@[100001807507577:0:]" and see the magic.
Note: copy the string without double quotes.

8. If your friend put this as his/her status, your name will be displayed as his/her status.