Folks,
I have made several attempts but I am unable to figure out why I keep getting nil for email address. Here is what I am doing -
1) I created an application that asks for all the right extended permissions i.e. email, manage_pages etc that we need for our app. 2) User approves it and I make a Post Authorization call to my application, which sends me the fb user id. 3) I use the fb user id to FQL query 'select name, uid, email from users' and I get everything except for email which is always nil.
Any ideas what I am missing? Do I need to get some special approval from FB for the app or is there something else?
Please help - I have already spent days on this problem.
Thx Rajat