On the Internet there are a few topics about this problem, but I have not found any complex solution. Therefore, I would like to ask you for help.
I need to change facebook id to username.
When you type web site like this:
http://facebook.com/profile.php?id=4
(num 4 is FB id), it will give you http://www.facebook.com/zuck
, which is Mark Zuckerberg's profile.
On this principle I need to find out who a id is.
I have typed id 4
a got it is zuck
.
But I need it for more ids, so it would take a lot of time do it manually. Please help me, how I can do it.