linkedin-oauth2:用于LinkedIn OAuth2 API的Ruby包装器

时间:2024-05-21 15:27:31
【文件属性】:

文件名称:linkedin-oauth2:用于LinkedIn OAuth2 API的Ruby包装器

文件大小:67KB

文件格式:ZIP

更新时间:2024-05-21 15:27:31

Ruby

领英OAuth 2.0 用于OAuth 2.0 Ruby包装器。 如果您使用的是OAuth 1.0,请参见 如果要从该gem的oauth2-v0.1.0版本进行,请参见下面的。 安装 在邦德勒: gem "linkedin-oauth2" , "~> 1.0" 除此以外: [sudo|rvm] gem install linkedin-oauth2 用法 在LinkedIn上您的应用程序。 他们将为您提供一个客户端ID (又名API密钥)和一个客户端密钥(又名密钥)。 使用您的客户端ID和客户端密钥从某个用户获取访问令牌。 使用访问令牌查询API。 api = LinkedIn :: API . new ( access_token ) me = api . profile 步骤1:注册您的申请 首先,您需要创建并注册LinkedIn应用在这里。 如果不先注册,将无法


【文件预览】:
linkedin-oauth2-master
----.travis.yml(56B)
----Rakefile(533B)
----.yardopts(46B)
----LICENSE(1KB)
----CONTRIBUTING.md(123B)
----Gemfile(143B)
----linkedin-oauth2.gemspec(1KB)
----spec()
--------vcr_cassettes()
--------linked_in()
--------spec_helper.rb(343B)
----.gitignore(583B)
----CHANGELOG.md(242B)
----lib()
--------linked_in()
--------linkedin-oauth2.rb(1KB)
----README.md(13KB)

网友评论