Can LinkedIn's access token renewal flow be performed on the server?

后端 未结 2 1570
慢半拍i
慢半拍i 2021-01-05 19:44

In the Facebook\'s Graph API, once we have initially authenticated the user, we can interact directly with the API (from the server) to obtain a long-lived page access token

2条回答
  •  误落风尘
    2021-01-05 20:25

    I had the same question and the LinkedIn docs and forum posts are confusing, but I'm pretty sure now that it's not possible to do it programmatically without user intervention (i.e. the user needs to login to your app via LinkedIn auth to refresh the token).

提交回复
热议问题