Skip to main content
Astraport2012
Known Participant
January 19, 2015
Question

Desktop AIR app and Facebook login

  • January 19, 2015
  • 0 replies
  • 518 views

I try using this lib https://code.google.com/p/facebook-actionscript-api/, but when I call FacebookDesktop.init("820024968051122",loginHandler); I get error:

code: 2500
message: An active access token must be used to query information about the current user.
type: OAuthException

If I call FacebookDesktop.init("820024968051122",loginHandler,"test_user_token"); then all work fine, but how I get token if user is not log in?

This topic has been closed for replies.