One day I had to know my Facebook ID, but I have changed it on an alias long time ago. Your ID doesn't show in your profile and this is a trouble. How to resolve it?
You can go on the link: "http://graph.facebook.com/<your nickname>" and you will see output in such format:
Enjoy!
You can go on the link: "http://graph.facebook.com/<your nickname>" and you will see output in such format:
{
"id": <your ID here>,
"first_name": <your first name>,
"gender": <clearly :)>,
"last_name": <your last name>,
"link": <link to your facebook profile>,
"locale": <your language locale>,
"name": <full name>,
"username": <your username here>
}
Enjoy!