Linkedin API access token generation error

后端 未结 5 942
半阙折子戏
半阙折子戏 2021-02-14 06:36

i am trying to generate access token to collect linkedin data. I followed the instructions provided in the linkedin API documentaion. I created an app in developers page and got

5条回答
  •  半阙折子戏
    2021-02-14 07:05

    I had the same problem, in my case I was using different redirect_uri for authorization and for access token. I had "proxy": "localhost:3001" in my package.json, and it overriden my request_uri.

    So my suggestion: make sure the hosts and redirect_uri are all the same for two requests (both backend and server side).

提交回复
热议问题