Reputation: 71
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,
Upvotes: 7
Views: 748
Reputation: 8908
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.
Upvotes: 3