LinkedIn API: Share without submitted URL

489 views Asked by At

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

2

There are 2 answers

0
Juan On

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

{
 "comment": "comment to post",
 "visibility":{
         "code":"anyone"
        }
}
0
Ruslan Coroliov On

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