How do you query the Facebook Graph to get all the users who have connected with your application? I am not storing their user ID, email or any other data from the user when they first connected with the app. Is there a way to get this data retroactively?
Share
You’re probably out of luck then, as you have to have at least the user ID to query the
userFQL table. Your best bet is to implement something that recaptures old installs as existing users come back to your application and capture the data at that time.