Android LinkedIn SDK produces unusable access tokens

前端 未结 3 885
青春惊慌失措
青春惊慌失措 2020-12-11 17:45

What I am trying to accomplish:

  • Authenticate w/ LinkedIn via their Android SDK
  • Fetch User\'s profile to obtain their userId
  • Create new user a
3条回答
  •  生来不讨喜
    2020-12-11 18:36

    While LinkedIn states that it is not possible to use an access token provided by the Mobile SDK to make server-side API calls, I was able to make such calls just by adding x-li-src: msdk in the header of the request.

提交回复
热议问题