Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LinkedIn share content option like facebook request dialog

I am trying to integrate the LinkedIn API into my VS 2012 C# MVC4.5 application.

I used the LinkedIn documentations to call API urls in my application. Currently I am working in the share API for my application. But I don't want to share the contents to all the members in my LinkedIn connections. I see there is option TextBox in the PopupBox to share the contents to the individual persons.

enter image description here

Is there is any option to list all the members with the CheckBox options like the Facebook request dialog.

enter image description here

Because some users forgot the member names in their connections.

like image 923
Ragesh S Avatar asked Nov 08 '13 06:11

Ragesh S


1 Answers

No, currently there is no way to share to the individual persons using LinkedIn API or widgets. Only two options are available for share API. One of anyone: all members or connections-only: connections only.

Widget has only url, title, source and summary parameters. So even if you get the list of the connections via API and create your own dialog with checkboxes you still can't share via API or via dialog box to individuals.

See LinkedIn related feature request

like image 102
Max Brodin Avatar answered Oct 28 '22 02:10

Max Brodin