Hi,
We are trying to display the Linked in network updates in our page and have run into following 2 issues
1) The comment count (under the total field) sometimes gives the count comprising of deleted comments as well. But when we actually
check on the Linked in Website , it shows the current comment count.
2) When we explicitly call api (http://api.linkedin.com/v1/people/~/network/updates/key=XXXXXXXX/update-comments",null)to fetch the total comments for the post Id ( as we have a view more option in our page), the comment xml is returned as empty. But the initial call to get the network updates (http://api.linkedin.com/v1/people/~/network/updates?type=SHAR&type=CONN&count=50&start=0) along with the comments returned us the initial set of comments for the respective posts.
Thanks,
Vivek
- Log in to post comments
In order to help you debug this, we need to see exactly the calls you're making (the HTTP calls, not the calls within your library - for instance, the "null" indicates that you're passing something to the library).
Please take a look at Debugging API Calls to see what information we need to help with this.
Thanks,
Kirsten