Linkedin OAuth2 - how to make implicit request?

谁说我不能喝 提交于 2019-12-11 07:15:40

问题


I am trying to implement LinkedIn OAuth2 via Javascript. However, unlike other networks who have oauth2.0, I cant find a way to get implicit grant here.

Is there a way to do it like done with Yahoo and Outlook.com? Or I must always first get Code, then token as mentioned here (https://developer.linkedin.com/documents/authentication)?

Thanks.


回答1:


According to Andrew Dodson (author of the hello.js library for OAuth communication - hence IMO an authority on the subject)

LinkedIn only support the explicit flow at present.

(as of 2014).

More details here and here



来源:https://stackoverflow.com/questions/28431287/linkedin-oauth2-how-to-make-implicit-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!