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 have a Facebook connect setup which signs the user in using FB.Connect.requireSession(), and gets some permissions using FB.Connect.showPermissionDialog()

The problem: when the user adds my application for the first time, instead of closing the FB Connect window and setting cookies, it loads the "post-add URL" in the FB connect popup window! This is surely wrong

If the user has already added the application, it works as expected. Since the post-add URL has now been removed from application settings, how can I stop this behaviour, and make the user sign in clearly even if they have just added the app?

share|improve this question

1 Answer

I suggest you comment and vote up the open Facebook bug report for this - http://bugs.developers.facebook.net/show_bug.cgi?id=12260 .

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.