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 searched the Internet for a week now, and there does not seem to have any solid answers to my issue. I don't think it is unique tho…

My site provides a FB Connect button for users to log into my site using their FB ID. I'm using FB PHP SDK v 3.2.0 available at https://github.com/facebook/facebook-php-sdk/ .

I can login to my site via Safari, Chrome, and IE8. But not with FF 16, FF 17.

After a lengthy soul searching period, I think I found the source of issue.

When the page that contains the FB Connect button loads, it runs a JS script at https://connect.facebook.net/en_US/all.js. This script writes to cookie 2 values; they are fbsr_ and fbm_.

When using Safari, Chrome, and IE, the 2 key/value pairs can be found in the cookie after page load. Values are updated each time the page is reloaded. But in FF, the key/value pairs aren't there. So when I try to log in, the server code cannot find the key/values and brings users back to home page.

I tried running FF under Safe Mode. No help.

Tried FF on Mac and FF on Windows. No help.

Anyone come across this issue?

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.