简体   繁体   中英

Utilize the Facebook SDK Login (iOs/Android) for being logged into Facebook @ Web?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM