nativescript-oauth icon indicating copy to clipboard operation
nativescript-oauth copied to clipboard

Use LinkedIn and Facebook into the same app

Open captainhaddock29 opened this issue 7 years ago • 1 comments
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 !

captainhaddock29 avatar May 23 '18 07:05 captainhaddock29

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.

saurabh-net avatar Jul 10 '18 18:07 saurabh-net