开发者

Using linkedin API, which is the better way of know when was accepted my invitation

Which is the best way of know when was accepted an linkedin invitation using API?

I'm developing a social search web site using linkedin among other social networks. In my site, any user, can add many linkedin user account to your site account, for then 开发者_JAVA技巧find people from linkedin using Linkedin People Search API (http://developer.linkedin.com/docs/DOC-1191.html)

with the peoples found, i could be to send and invitation or a direct message, depend of the level connection of linkedin account using for that...

Then, using Linkedin API, what is the best way to monitoring when the invitation was accepted?...


Per the documentation, there is no way to directly monitor messages or invitations that you send via the API to another user. So you'll need to come up with some way to monitor this off-line if it is something that you really need. One idea would be to keep track of the ID of the member's you are sending invitations to, and on subsequent (or periodic) calls to the Connections API, you could scan the returned list to see if any of the stored ID's are now connections, and take the appropriate action.

Hope this helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜