-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make openFB use native app for login instead of in-app-browser (ionic) #126
Comments
i need same |
Sorry but this plugin doens't have native login, if you want to use a good plugin that uses native login / web login use this: https://github.com/jeduan/cordova-plugin-facebook4 |
Could you provide a guide how to use it with ionic project? |
This is for ionic v1 First you need to create your app on developers facebook and get an AppID (you must see a guide how to configure developers facebook, i started with web app then configured it for android) After that on your ionic project you do Then you basically after having all configured, code the login, getLoginStatus, logout:
|
Hello everyone, i am having some trouble with the ngopenFB (openFB)...
I followed this tutorial: https://ccoenraets.github.io/ionic-tutorial/ionic-facebook-integration.html
I wanted to make a login that when the user presses a button to login, show up a window of the native app with a button to login instead of a window in-app-browser to make user input his data to login.
What i want is this:
https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2015/12/1449042836fb-login.png
But what i have is this:
https://www.tutorialspoint.com/ionic/images/ionic-cordova-facebook.jpg
Login and logout are working perfectly fine, and im able to get onto my app user info, but i wanted to have a login that doens't need user input.
Im sorry if i didn't explain myself, I'm very new to ionic and these plugins...
The text was updated successfully, but these errors were encountered: