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 frequently get complaints from customers that they can't click the Allow button on the SSO screen of my app, that's based on the Facebook SDK. They say that it simply does not respond to clicks.

I have never been able to reproduce this problem. But it occasionally does have various errors when you do press the button, but trying a couple of times always ends up working.

Has anyone else encountered this issue? If I can't find a solution, I'm just going to have to permanently disable SSO.

share|improve this question

1 Answer

up vote 0 down vote accepted

Looks like a similar problem that I had. It was solved by not calling the Facebook app by default when going to authorize. To do so, simply add Facebook.FORCE_DIALOG_AUTH to the authorize parameters. A similar post with this answer can be found here.

I hope it helps =]

share|improve this answer
1  
Yeah, I eventually did something similar. I present the user with two different buttons Quick Login (for SSO) and Dialog Login. – TenFour04 Sep 25 '12 at 1:10

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.