Hi,
Did anyone managed to implement LinkedIn, Facebook, Google + logins, and or getting user profile data from them?
I am not very good in javascript so any info to put me in the right direction would be appreciated.
Thx.
LinkedIn, Facebook and Google + login
LinkedIn, Facebook and Google + login
Igor Ivanovic


LinkedIn, Facebook and Google + login
Facebook Login. Haven't tried Google or LinkedIn
You do not have the required permissions to view the files attached to this post.
-
- Founder/Site Admin
- Posts: 2956
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
LinkedIn, Facebook and Google + login
Regards,
Dave Rabelink

Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink

Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
LinkedIn, Facebook and Google + login
Hang on - some mistake - I'll give you a new one tomorrow.
LinkedIn, Facebook and Google + login
See:
https://github.com/jeduan/cordova-plugin-facebook4
Make sure you've registered your Facebook app with Facebook and have an APP_ID https://developers.facebook.com/apps.
You will get an APP_ID and an APP_NAME.
Publish the apx.
Add the plugin with the APP_ID and APP_NAME that you get.
cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
and finally
cordova build android
Good luck!
https://github.com/jeduan/cordova-plugin-facebook4
Make sure you've registered your Facebook app with Facebook and have an APP_ID https://developers.facebook.com/apps.
You will get an APP_ID and an APP_NAME.
Publish the apx.
Add the plugin with the APP_ID and APP_NAME that you get.
cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
and finally
cordova build android
Good luck!
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: No registered users and 0 guests