Closed ghost closed 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.
Is this perchance, why there is no access to the skills API?
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.