I am working on an app that uses Facebook as an alternate login method to the app's standard account creation flow. On some devices, the web dialog authentication for Facebook is producing the error "Cookies are not enabled on your browser. Please adjust this in your security preferences".
So far I've seen it only on the a small Amazon Kindle Fire and a Galaxy Tab 10.1. I have verified that cookies are enabled on both devices, and the devices are able to log into Facebook using their stock web browsers. Reinstalling my app on the devices has had no effect, and no errors or warnings are present in logcat when the web dialog is launched. I'm using the lastest Facebook SDK 3.0 for Android.
Any insights on this issue would be appreciated.
EDIT: I should also add that I'm not sure if there is actually a problem with cookies. If I enter a bogus password, the FB dialog will attempt a login and fail with a password error message. If I then attempt to login again, using a real password, the dialog will pass and everything will process smoothly. A FB session is created correctly as well. The Cookie error only appears if I try a "real" login first, as opposed to failing the first login and then logging in a second time.