Hi,
Is there a way to determine if user has already allowed a certain Facebook permission when logging in? This line of code logs into Facebook, but in case the user has not allowed permission yet, the permission page pops out…
facebook.login( fbAppID, listener)
After loggin in, I’d like to know if there is an event that determines if the user has already allowed the permission or not. I’d like to code something if the user has not allowed the permission and another set of codes if the user has already done so. Thank you very much.