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


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.

链接地址: http://www.djcxy.com/p/21708.html

上一篇: 如何使用supertest和代理在摩卡测试中进行已验证的请求?

下一篇: 使用JSAPI在My Own网站中添加linkedIn Connections作为朋友