GithubHelp home page GithubHelp logo

vivek-abstract / ionic-linkedin-auth Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 9.6 MB

Boilerplate code for implementing LinkedIn Authentication using the new LinkedIn OAuth 2.0 API in Ionic 4 and creating the user in Firebase.

JavaScript 8.80% TypeScript 75.69% HTML 4.09% CSS 11.42%

ionic-linkedin-auth's People

Contributors

vivek-abstract avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ionic-linkedin-auth's Issues

400 bad request occurred when tried to get access token

Issue summary: I use CORS Anyware to avoid CORS issue. When I tried to use getAccessToken method, then occurred 400 bad request error. I set the client_id of the LinkedIn and following params:

const body = {
code: authCode,
grant_type: 'authorization_code',
redirect_uri: 'http://localhost:8100',
client_id: environment.linkedinClientId,
client_secret: environment.linkedinClientSecret,
};

Error message:
Http failure response for https://cors-anywhere.herokuapp.com/https://www.linkedin.com/oauth/v2/accessToken: 400 Bad Request

{"error":"invalid_request","error_description":"A required parameter "client_id" is missing"}

Code snippet:
import { HTTP } from '@ionic-native/http/ngx';
import { HttpClient } from '@angular/common/http';

constructor(private http: HttpClient) {}
...
return this.http.post(
'https://cors-anywhere.herokuapp.com/' + 'https://www.linkedin.com/oauth/v2/accessToken',
body,
{ headers: headers }
);

Note that:
I use HTTPClient.post of the @angular/common/http instead of using HTTP of the @ionic-native/http/ngx to avoid cordova_not_available error.

Could you help me to fix this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.