hexgnu / linkedin

Ruby wrapper for the LinkedIn API
http://rdoc.info/gems/linkedin
MIT License
756 stars 407 forks source link

Application does not respond after sharing content to company page #269

Open stambe opened 6 years ago

stambe commented 6 years ago

I have in

client = ::LinkedIn::Client.new(ENV['LINKEDIN_APP_ID'], ENV['LINKEDIN_APP_SECRET']) client.authorize_from_access(access_token, access_token_secret) client.add_company_share('COMPANY ID', {:comment=>"This is for test"})

My code doesn't work after add_company_share statement. Also it does not throw any error.

Please help.

hexgnu commented 6 years ago

Hey @stambe, I don't spend much time maintaining this gem anymore. You can see the last commit was almost a year ago. Feel free to jump in and take a look if you find a solution submit a PR.

Thanks,

-Matt