Hi Josh, just to touch on your point about about pulling in contacts, have you considered using YQL to pull in contact data? I usually find that if I need to capture specific data from one of the social APIs YQL usually gives me that fine grain control. Here's the basic query that you can run (with REST request you would call):
http://developer.yahoo.com/yql/console/?q=...ere%20guid%3DmeAlso to show you a way of capturing specific data, here's that same query when only capturing the contact given & family name:
http://developer.yahoo.com/yql/console/?q=...ere%20guid%3DmeJonathan LeBlanc
Senior Software Engineer
Yahoo! Developer Network
Twitter: jcleblanc
I'm experiencing the same issue. Any word on when you expect this issue to be resolved?
@Girish I'm working with the contacts API too. Have you figured out the most efficient way to pull the contacts yet? The Yahoo contacts data structure is pretty funky. I'm trying to figure out the best way to only return a name and email address for each contact to speed things up.