Hi
I’m using facebook login in my game and everything works just fine. I authorize my App for Facebook login on scene 1 requiring only this permission “publish_actions” and then I send two requests:
facebook.request( "me" ) facebook.request("me/friends", "GET")
All this works OK, my problem is that as soon as I leave scene 1 and then return to it, I have to authorize my App again for the same permissions.
What am I missing and doing wrong? Thank you for all the help…