Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>From what I see <a href="http://msdn.microsoft.com/en-us/library/websvcsocialdataservice.socialdataservice.gettags.aspx" rel="nofollow noreferrer">this</a> is the exact web service call you are looking for. Tt is SOAP and not JSON but other than that it does what you ask and returns the Tags of the current user on the specified URL, namely an array of <a href="http://msdn.microsoft.com/en-us/library/websvcsocialdataservice.socialtagdetail_members.aspx" rel="nofollow noreferrer"><code>SocialTagDetail</code></a> with all details...</p> <p>To call a SOAP web service via javascript see these:</p> <ul> <li><a href="http://weblogs.asp.net/jan/archive/2009/04/09/calling-the-sharepoint-web-services-with-jquery.aspx" rel="nofollow noreferrer">http://weblogs.asp.net/jan/archive/2009/04/09/calling-the-sharepoint-web-services-with-jquery.aspx</a></li> <li><a href="https://stackoverflow.com/questions/7013111/jquery-ajax-consume-soap-web-service">JQuery AJAX Consume SOAP Web Service</a></li> <li><a href="http://www.codeproject.com/Articles/12816/JavaScript-SOAP-Client" rel="nofollow noreferrer">http://www.codeproject.com/Articles/12816/JavaScript-SOAP-Client</a></li> <li><a href="http://javascriptsoapclient.codeplex.com/" rel="nofollow noreferrer">http://javascriptsoapclient.codeplex.com/</a></li> <li><a href="http://www.ibm.com/developerworks/webservices/library/ws-wsajax/" rel="nofollow noreferrer">http://www.ibm.com/developerworks/webservices/library/ws-wsajax/</a></li> <li><a href="http://www.guru4.net/articoli/javascript-soap-client/en/" rel="nofollow noreferrer">http://www.guru4.net/articoli/javascript-soap-client/en/</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload