Hi, I was trying to retrive all the social tags by username. It is working fine but when a user make a tag as private it does not showing in the socialtag object. when I use mySocialTagManger.GetTags(userProfile); it returns only public view of the tags. the other way SocialTerm object like mySocialTagManger.GetAllTerms() retrun public&private tags but I cannot get Title and Url link and the other object SocialTag will do.
Any one have clear idea, how to get private tags using SocialTag object. I am passing "userprofile" not uri insdie GetTags(" ") function.
Thank you in advance