I have Facebook Authentication setup on my application using the Facebook Javascript SDK. I currently don't ask for the email permission. I want to prompt users for email permission but only for users who have not given basic permissions to my site already.
Is there a way to prompt email permission only if they have not given basic permissions to my application?
If possible, I'd like to be able to do this without multiple permissions popups.