Hi all,
Is there a way to ask for user permissions once and far all with the facebook api?
For example :
facebook.login (myAppId, facebookListener, {“publish_actions,email”})
will prompts for 2 sets of permissions to the user to accept.
Is there a way to have only one request for the permissions public profile, friend list and email?