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.

Is there any method to login facebook comments embbedded in UIWebView using SSO?

In my case ,I am developing website and native ios app.

so I should embbed page like below link in my native app.

http://techcrunch.com/2012/09/19/facebook-contact-sync/

this page is using facebook comments.

If I ask users one more login, this problem can be solved.

But I want to login through facebook SSO.(Don't want to ask one more user's id and password)

Facebook-ios-sdk with embedded UIWebView

this link showing me how to login my comments box in UIWebView using ios SDK...

is Answer at this link possible?

Get Access token using iOS facebook SDK,

and passing this token to java script at page to authentication user at comments box.

If it is possible, How to pass access token that acquired from ios SDK to java script SDK ?

or Does there exist another method?

I think easiest way to implement this is make session cookies for webview using access token.

but people saying this is impossible.

Loading iPhone webviews as an Facebook SSO authenticated user?

is it still impossible at new version of SDK?

Thanks in advance!

share|improve this question
Did you find a decent solution. One I have it to give away SSO – geekay Sep 28 '12 at 6:17
I still finding solution. stackoverflow.com/questions/4535479/… this answer is looks like closest solution. – keonhong Oct 8 '12 at 7:42
refer to this one also. stackoverflow.com/a/12627260/751026 – geekay Oct 8 '12 at 11:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.