Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add linkedIn Connections as Friends in My Own website using JSAPI

I am developing a site in which I have used LinkedIn JavaScript API for creating account and add LinkedIn Connections as Friends.

I have got all the connections from the LinkedIn on my page, but how can I add them as friends with each other.

I am struggling with this please help if anyone can,

Thanks in advance

like image 380
Amit Kumar Avatar asked Jul 18 '14 08:07

Amit Kumar


1 Answers

You can find the documentation for the invitation API of Linkedin here.

However, after reading the documentation, you will see that whoever uses your application to make a new connection will be redirected in Linkedin with the corresponding "invitation message" that is sent on each invitation, so that he verifies the message (or even change it before making the invitation). Thus, your application will not be capable to create new connections, without the person that initiates the connection be informed about that.

like image 200
Dimos Avatar answered Nov 15 '22 01:11

Dimos