I have an FB app that only saves the Facebook profile id of my user and I missed to add the emails.
Now i need to get all the emails of my app users along with their names, one thing i made is to do it one by one but it takes time to finish.
I hope you guys can help me.
UPDATE:
I'm using the normal php authentication and sdk. The only thing i have is the Facebook user id and i'm looking for a way in FQL with the list of Profile ids that will return Email address and fullname.
In mysql it is such like this :
SELECT email FROM user WHERE IN(1234,2355,5553)