How to retrieve the GUID for Yahoo's Contacts API

Posted by Jack Marchetti on Stack Overflow See other posts from Stack Overflow or by Jack Marchetti
Published on 2010-06-07T21:45:36Z Indexed on 2010/06/07 23:32 UTC
Read the original article Hit count: 297

Filed under:
|
|
|

I'm attemping to use the Yahoo Contacts API to add an "invite your friends" feature on a site I'm building.

I've found the correct web service to call (http://social.yahooapis.com/v1/user/{guid}/contacts) but it is asking for the user's GUID, not their username/password.

I've searched, and am unable to find a "lookup" feature through the Yahoo API which lets me get the user's guid from their username/password.

Does anyone have any experience with the Contacts API.

I've reaad over the documentation, and looked at YQL as well, but I still haven't found how to get the user's guid.

Thanks guys.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET