Facebook ID's

Capixaba Master

Junior Member
Joined
Dec 19, 2010
Messages
128
Reaction score
39
Hi,


I need help with friends forum. I am looking sript or software for "Convert FB user ID to FB username & compound it in FB formated email"


I can get targeted user ID in facebook. I scraper with the chrome extension facebook id's. Facebook format email ends with @facebook.com and the user login email can be any email provider. Both emails are totally different thing.


For example user_ID for Ivan is 100005572050843 .When you copy the ID and put at the end of facebook it will turn to username show the username is: facebook.com/ivan.soh.980 .Then, if you copy the username and add the @facebook.com it will become usable email address. Facebook format email is :[email protected]

Extra info:

graph.facebook.com/

Testing Facebook ID : 100005572050843

https://graph.facebook.com/
+

100005572050843
=
graph.facebook.com/100005572050843

= {
"id": "100005572050843",
"first_name": "Ivan",
"gender": "male",
"last_name": "Soh",
"locale": "en_US",
"name": "Ivan Soh",
"username": "ivan.soh.980"
}


I would like to have a php script running in my server to convert the ID to username and format it in facebook format email (@facebook.com) and then save into another .csv file and can be export out in .csv format.

May i know can you write this script?


Thanks



obs:If you like this give me thanks please
 
Last edited:
Back
Top