-
import {configureTnsOAuth, TnsOAuthClient} from 'nativescript-oauth2';
import {TnsOaProviderLinkedIn} from 'nativescript-oauth2/providers';
let client = null;
const configureTnsOAuthProviderLin…
-
Having an issue implementing this gem for OAuth2 authentication. I've been getting errors when redirecting to LinkedIn's auth site. Upon investigating further, it seems that the `state` param is requi…
-
The LinkedIn OAuth provider is failing for me in both sample apps for play-authenticate referencing the 0.8.1-SNAPSHOT. I am no longer able to oauth authenticate with my LinkedIn account. Is anyone el…
-
Just in case, yes I have configured the gem with my app_id, app_secret, and I'm getting user tokens through the oauth2 login process using omniauth.
Other endpoints, like `#connections` are working fi…
-
I'm running into this exception when trying to log in with LinkedIn. The odd issue here is it works locally, but not in my cloud development environment. I have made sure to include the correct urls…
-
Dear MrSwitch,
I am very interserting your library.
But i can't login Linkedin via your library. I don't know why??
When i try login with Linkedin, And it always show error "Signin error: Grant URL…
-
Hi, I'm getting the following response from LinkedIn Oauth:
`{"error_description":"missing required parameters, includes an invalid parameter value, parameter more than once. : Unable to retrieve acce…
-
Right now, I'm using this workaround:
```
const authUrl = Linkedin.auth.authorize()
res.redirect(
authUrl.replace('/uas/oauth2/authorization', '/oauth/v2/authorization')
)
```
-
I'm trying to configure an authentication for Linkedin, Twitter and Facebook.
Not only authentication, I want to read the best set of data I can get from the remote social.
In my old experience with …
-
Hello Devs,
Kindly have a look at this issue. I am having this issue in spring OAuth 2 Client library too.
Request URL: http://localhost:9200/login/oauth2/code/linkedin?code=AQT1woZ4nbC7fo5dwsrr89…