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.

Straight Forward:

  • User logs into my iPhone/Android App with Facebook SDK [so i got an id and authtoken for that user]
  • ... functionality using the FB SDK and much more ...
  • I open a WebView inside my pp and load the facebook profile of an other user, but in this webview im NOT logged in.

Is there a possibility, to utilize my login (id/authtoken) from the SDK to get the user automatically logged in inside the webview?

TIA

share|improve this question

1 Answer

up vote 0 down vote accepted

On iOS you can use single sign on, see https://github.com/facebook/facebook-ios-sdk, scroll down to 'Single Sign On' section with it's description.

This is not a direct solution but perhaps it could help.

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.