linkedin icon indicating copy to clipboard operation
linkedin copied to clipboard

Application does not respond after sharing content to company page

Open stambe opened this issue 7 years ago • 1 comments

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.

stambe avatar Feb 05 '18 13:02 stambe

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

hexgnu avatar Feb 05 '18 13:02 hexgnu