Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

Is there any way I can retrieve documents' social tags and notes using Client Object Model? I'm on the client side so I don't have access to Server Objects. I've been searching all around but found nothing on this. Thanks!

share|improve this question

1 Answer

Try using the SocialDataService.asmx web service.

share|improve this answer
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post. – Mike Mar 15 at 13:24
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. – ali Sharepoint Mar 16 at 12:37
Thanks for your reply. Does that mean we cannot do it with Client Object Model? – Eugene Mar 18 at 3:44
Web services can be called by client code such as SPServices/jQuery. – Dave Paylor Mar 18 at 7:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.