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'm building an iPad optimized html5 web app which I am going to wrap (& distribute) in a native app container.

For some social features I'd like to make use of the Facebook SSO and was wondering if I can use the SSO of the Facebook iOS SDK and "forward" (& use) the access token to my web app. If this is possible, how could I trigger the log-out from a website?

share|improve this question

1 Answer

up vote 3 down vote accepted

It is possible for you to use the Facebook SSO to get the access token and forward the token to any other part of your app. Their API won't distinguish the difference between a call from a native device and any other client.

We do this already in the Socialize SDK (http://www.getsocialize.com). In order to verify the validity of the tokens received by the client we test them with server-side code.

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.