Linkedin OAuth2 authorization code error

后端 未结 3 1852
时光说笑
时光说笑 2021-01-21 11:53

I´m trying to connect via Linkedin Auth2 from a java web application:

  1. Added my own app in linkedin.
  2. Generate the authorization URL: https://www.linkedin.c
3条回答
  •  天命终不由人
    2021-01-21 12:35

    If You Are Sending a Request For Access Token it must be POST Request

    Refer the OAuth Documentation

    I actually Copied the Whole URL From My Eclipse Console To URL It is Still Valid

    In Your Case The Problem is with URL Encoding As HanZ said . You Have to Encode Your URL For Post Request.

提交回复
热议问题