简体   繁体   中英

Facebook Login App VS Website

I am using this facebook php login plugin..

http://www.krizna.com/general/login-with-facebook-using-php/

If you are on a phone browser (php website) and click login you will be redirected to the facebook.com login webpage.. Is there a way to redirect my website's facebook login to the facebook app to give us permissions (where I am already logged in eventhough facebook.com shows the opposite)?

Hope it's clear :)

EDIT:

AFAIK it is not possible to tell the phone to use the native Facebook App if you are running a website.

OLD ANSWER:

Use the official Facebook SDK.

Take a look here: https://developers.facebook.com/docs/facebook-login/android

The SDK has two different kinds of login dialogs you can use in you app. The SDK automatically determines which Facebook for Android application is on a device, and displays one of two dialogs:

WebView Login - If no Facebook for Android app on a device, people see a web login dialog inside a WebView.

Native Login - If the user has Facebook for Android 1.9.X or older, the SDK switches to Facebook for Android and shows a native login dialog inside the Facebook for Android app.

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