nativescript-oauth
nativescript-oauth copied to clipboard
Use LinkedIn and Facebook into the same app
trafficstars
Hi,
It is possible to use this plugin to connect with LinkedIn or Facebook into the same application ?
Because when I init :
tnsOAuthModule.initFacebook(facebookInitOptions);
and after
tnsOAuthModule.initLinkedIn(linkedInInitOptions);
I have an error :
You already ran init
Thanks !
I had to make a modification in the original plugin to make that work. I'm not sure that there is any way to do it with this plugin directly.
Check it out at https://github.com/saurabhmaurya06/nativescript-oauth.