I’m using Prime31’s Social Networking plugin to access facebook in my iOS game and can login to facebook fine when the player isn’t logged into facebook through their phone’s settings, but if they are, facebook never returns a valid session. Anyone run into this problem or know why this would be happening? Many thanks.
1 Answer
1I have just run into the same problem using the latest SocialNetworking plugin from Prime31. I have everything configured correctly and able to login. However the next time check FacebookBinding.isSessionValid() I get this line of output:
[:0]Facebook Session state: True
2013-05-09 17:12:14.876 bb[8067:907] session closed
I have no idea why my session is being closed so quickly?
heh you should look at this question, http://answers.unity3d.com/questions/435671/facebook-like-using-prime31-250-reward-.html
– Fattie