Sagar Tambe
Results
2
issues of
Sagar Tambe
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...
Following code is throwing 400 error, because linkedin want data in Json format. I guess this code is updated but not yet published on rubygem. Are you going to publish...