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?