How to retrieve the GUID for Yahoo's Contacts API
- by Jack Marchetti
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.