Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I tried to authorize my app in my flash game but unfortunately facebook opens a popup for it. Moreover, call back function is not called after authorization.

I am using the following code:

Facebook.init(APP_ID, handleLogin, 
      {cookie: true, 
       appId: APP_ID, 
       perms: "read_stream, publish_stream, user_about_me, read_friendlists, user_photos"});

I am searching it from the whole day but I am still unable to find any answer.

Please reply....

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.