Google Social Graph API, working as intended?
Posted
by
pns
on Stack Overflow
See other posts from Stack Overflow
or by pns
Published on 2009-11-25T00:42:23Z
Indexed on
2011/01/12
12:54 UTC
Read the original article
Hit count: 230
Hey,
I'm experiencing some problems with Google's social graph API. It seems that for some parameters passed to 'otherme' nothing is returned. I'll use Robert Scoble's profiles as an example (as he's a guy sure to be everywhere on the web). If I query:
http://socialgraph.apis.google.com/otherme?q=http://twitter.com/scobleizer&pretty=1
I get results, as expected. However, if I query:
http://socialgraph.apis.google.com/otherme?q=http://delicious.com/scobleizer&pretty=1
Nothing is returned, even though 'http://delicious.com/scobleizer' is listed in the previous results...
Any thoughts?
Thanks
© Stack Overflow or respective owner