Juan
Juan

Reputation: 36

LinkedIn API: Share without submitted URL

Is possible share a state without submitted-URL parameter through LinkedIn API? Is there an example? Thanks!

Upvotes: 0

Views: 485

Answers (2)

Ruslan Coroliov
Ruslan Coroliov

Reputation: 133

There is no way to do it, this field is requiring if you try this request in APIGee.com Console.

Upvotes: 1

Juan
Juan

Reputation: 36

Yes! is possible. Whith de Endpoint: people/~/shares/ and JSON like this...

{
 "comment": "comment to post",
 "visibility":{
         "code":"anyone"
        }
}

Upvotes: 0

Related Questions