-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
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 these changes on rubygem or you are not supporting this gem now?
require 'linkedin-oauth2'
access_token = "<TOKEN_VALUE>"
api = LinkedIn::API.new(access_token)
api.add_share({comment: "hi access token"})
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels