You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: