通过 LinkedIn 对我网站上的用户进行身份验证
我正在为我的大学开发一个小网站。这些要求包括我们的用户能够使用其 LinkedIn 帐户进行身份验证。我知道Facebook和Twitter有这样的能力,但是LinkedIn呢?我将在 .NET 中执行此操作,有本地 SDK 吗?
谢谢, 莎拉
I'm working on a small site for my university. The requirements include the ability for our users to authenticate with their LinkedIn accounts. I know Facebook and Twitter have such capability, but what about LinkedIn? I'll be doing this in .NET, is there a native SDK?
Thanks,
Sara
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
LinkedIn 像 Facebook 一样使用 OAuth,他们的开发者网站/文档位于:
http://developer.linkedin。 com/docs/DOC-1243
LinkedIn uses OAuth just like Facebook, their developer site / docs are at:
http://developer.linkedin.com/docs/DOC-1243
JavaScript API:
http://developer.linkedin.com/docs/DOC-1225
javascript api:
http://developer.linkedin.com/docs/DOC-1225
这里是简单的 OAuth C# 工作示例和 ASP.NET 实现示例项目。
它将帮助您实施 LinkedIn。
Here is simple OAuth C# working example and ASP.NET implementation example project.
It will help you in LinkedIn implementation.