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.

In my app a user signes into Facebook with SSO. Later on he navigates to a facebook page displayed in a WebView. In this WebView he won't be signed in, which means the user needs to sign in to facebook twice.

Is there any way to use the "SSO sign in" to automatically sign in to a WebView?

(I have really searched everywhere but have not found any answers)

Cheers

share|improve this question
1  
SSO authentication does not affect the browser. Even if the user has authenticated using SSO, he / she will still have to authenticate in the browser. In this case, the WebView in your app. – IceMAN Nov 28 '12 at 13:26

1 Answer

up vote 0 down vote accepted

WebView does not share cookies/sessions with the Facebook App nor the web browser, which means that the user will unfortunately have to sign in again when hit with a Facebook URL.

However, the user is likely to have already signed into Facebook in their browser, so if you choose to instead launch the user to a Facebook page via their browser instead of a WebView, the chances that the user has to login again will decrease, which might be more optimal in your circumstance.

share|improve this answer
ok, thanks for the tip – DecodeGnome Nov 29 '12 at 8:40

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.