在 Javascript 中使用 OAuthSimple 获取 LinkedIn 访问令牌
我在 Javascript 中使用 OAuthSimple 以及基于 PIN 的身份验证(OOB 流程)。 我们正在使用 PhoneGap 开发一个 HTML5 应用程序,该应用程序位于移动设备的本机包装器内。没有任何服务器端(根本没有 URL),所有请求都是使用移动设备作为代理发送的。
到目前为止,我设法:
- 获取请求令牌
- 将用户重定向到授权页面
- 获得授权 PIN
我需要示例代码来演示如何使用 OAuthSimple Javascript 库获取访问令牌。
任何帮助将不胜感激。谢谢!
I'm using OAuthSimple in Javascript with PIN based authentication (OOB flow).
We are developing an HTML5 app which lives inside a mobile device's native wrapper using PhoneGap. There's not ANY server side (no URL at all), all requests are sent using the mobile device as a proxy.
So far I managed to:
- Get Request Token
- Redirect user to authorization page
- Got authorization PIN
I need sample code that shows how to get an Access Token using OAuthSimple Javascript library.
Any help will be appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定您是否是最近在我们的论坛上发帖的同一个人(请参阅此处的帖子 https ://developer.linkedin.com/forum/oauthsimple-request-access-token),但我回复了演示代码,了解如何使用 OAuthSimple 做到这一点。
实际的示例代码可以在这里找到: https://gist.github.com/efc88a38da25ff4e9283
如果您需要如果需要使用它的任何帮助,请随时与我们联系!
-杰里米
Not sure if you are the same person who posted on our forums recently (see post here https://developer.linkedin.com/forum/oauthsimple-request-access-token), but I replied with demo code on how to do just that using OAuthSimple.
The actual sample code can be found here: https://gist.github.com/efc88a38da25ff4e9283
If you need any help using it, don't hesitate to reach out!
-Jeremy
这将创建一个phonegap linkedIn登录,虽然它只是一个解决代码,但这至少对我有用
This will create a phonegap linkedIn login, its just a worked around code though, but this works atleast for me