Linkedin OAuth2-如何进行隐式请求? [英] Linkedin OAuth2 - how to make implicit request?

查看:81
本文介绍了Linkedin OAuth2-如何进行隐式请求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试实现LinkedIn OAuth2 via Javascript.但是,与其他具有oauth2.0的网络不同,我找不到在这里获取implicit grant的方法.

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.

有没有一种方法可以像YahooOutlook.com那样完成?否则,我必须始终先获取代码,然后再获取令牌,如此处所述( https://developer.linkedin.com/documents /authentication )?

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)?

谢谢.

推荐答案

根据安德鲁·多德森(Andrew Dodson)(用于OAuth通信的hello.js库的作者,因此IMO是该主题的权威)

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

LinkedIn目前仅支持显式流程.

LinkedIn only support the explicit flow at present.

(截至2014年).

更多详细信息此处 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆