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