Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 282 Bytes

Ruby LinkedIn OAuth 2 client

Usage

client = LinkedIn::Client.create(
  :access_token => YOUR_OAUTH2_ACCESS_TOKEN
)
profile = client.account.get_profile

License

linkedin-client is released under the MIT License.