Unable to get access token for linkedin using axios
问题 I am trying to get access token following the steps described in Linkedin Oauth. I am trying to perform step 2 in the process to get an access token. I am using Axios for the POST request. Here is the code I am using (The client secret and id is not real for security reasons): const axios = require('axios'); const qs = require('qs'); axios({ method: 'post', url: 'https://www.linkedin.com/oauth/v2/accessToken', data: qs.stringify({ grant_type: 'authorization_code', code: