- Document all methods
- Re-organize modules under Api to match organization in LinkedIn's REST API documentation
- Switch to OAuth2
- Group share add
- Readme updates
- Add capability to ask for desired permissions from linked in api
- Add option to specify a proxy
- Bump hashie version
- fix the permission param passing
- fix to be able to pass the permission scope
- Manipulating comments/likes for network_updates ('shares')
- Methods to work with comments/likes for share
- Added a method to get a user's shares
- Added current user's shares as an option (client.shares)
- Readme Typos
- Removed Crack as a dependency, Nokogiri FTW
-
Big dependency clean up, only OAuth and Nokogiri are really needed.
-
Use Nokogiri for xml generation (thanks Leonid Shevtsov - leonid-shevtsov)
-
Like and Likes supported
-
Escape querystring args
-
General coding cleanup
-
Added Languages, Skills, Publications, Patents and Phone Numbers (thanks Tadas Tamošauskas - medwezys)
-
Extra fields added to profile (thanks Tadas Tamošauskas - medwezys)
-
public_profile_field added to Profile (thanks troysteinbauer)
-
Added recommendations (thanks Erol)
-
Added current-share
-
Added default_profile__fields config option
- New group join status support JGRP from Terry Ray
- Fixed bug with network status update connection collections - thanks Terry Ray
- Added education and profile fields missing from updated LinkedIn docs
- Applied patch for position end month/year from @holman
- Added configure block for easier initialization of consumer token, secret
- Applied patch from nfo to fix error handling
-
Network updates API support
-
Search API support
-
Updates API support
-
Swapped out Crack for ROXML for prettier object access
-
Added more tests for Profile API
- Initial release