LinkedIn API: Share without submitted URL

536 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 best solutions below

0
On

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

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

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