Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

Suggestion #127

Closed ravigehlot closed 8 years ago

ravigehlot commented 8 years ago

May I suggest the swapping of "app_id" for "client_id" and "app_secret" for "client_secret"? LinkedIn uses "client" instead of "app" in the "My Apps" section of the LinkedIn website. So I think that this change will make it more clear for anyone trying to use this API.

Nyholm commented 8 years ago

That is great. Thank you!

ravigehlot commented 8 years ago

Thanks Nyholm.