emorikawa / linkedin-oauth2

Ruby wrapper for the LinkedIn OAuth2 API
Other
70 stars 86 forks source link

New query/api methods from hexgnu/linkedin #3

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi, we have to switch linkedin from oauth1.0 to oauth2, and switched from hexgnu/linkedin gem to use this one. But there are new query/api methods in the 1.0 version, are they going to be merged into this one? or this gem going to merge back into the original fork. Here are some missing methods: company_updates, and other company related methods.

emorikawa commented 10 years ago

I have just significantly overhauled the linkedin gem. The company methods you mentioned have been added. You can see the source here: https://github.com/emorikawa/linkedin-oauth2/blob/master/lib/linked_in/companies.rb

I furthermore pulled over new methods from hexgnu/linkedin as well as cleaned up some broken issues they had.

You'll note that the auth system has changed a bit, but the API method signatures should be the same.

gotoAndBliss commented 10 years ago

Is this perchance, why there is no access to the skills API?