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 gotten reports from some people that they cannot log into my app with Facebook. Most of the reports come from users with Samsung phones. I have asked them to reinstall both my app and the Facebook app, and try with and without the Facebook app installed but that does not seem to help. My app is using Single-Sign-On.

I have tested with multiple Samsung phones and I have never been able to reproduce this problem. Does anyone know how this could be solved?

share|improve this question
When you say tested on multiple Samsung handsets, do you mean through Eclipse or did you test with a signed APK? – IceMAN Oct 31 '12 at 15:34
what problem you are facing like facebook screen not open or there is any sign in error – yokees Oct 31 '12 at 15:35
@SiddharthLele Tested with the signed and live application. I have a lot of users with Samsung phones and its only for a very small percent that it is not working. – Heinrisch Oct 31 '12 at 15:37
@Rishabh.CreatioSoft The reports just says that it is not working, and I can't see that they even have tried to connect. – Heinrisch Oct 31 '12 at 15:38
@Heinrisch: I wanted to check if you had not in fact tested the signed APK. I had a similar problem with my app. But that was global in nature. That is, not limited to a specific brand. Turned out, I had not generated the Hash Key with my signing key. – IceMAN Oct 31 '12 at 15:40

1 Answer

up vote 0 down vote accepted

Turned out that the user had "Don't keep activities" under "Developer options" checked. This basically kills the app that tries to auth when the auth dialog is launched.

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.