Google Social Graph API 是否按预期工作?
我在使用 Google 社交图谱 API 时遇到一些问题。似乎对于传递给“otherme”的某些参数没有返回任何内容。我将使用 Robert Scoble 的个人资料作为示例(因为他肯定是网络上无处不在的人)。如果我查询:
http:// Socialgraph.apis.google.com/otherme?q=http://twitter.com/scobleizer&pretty=1
我得到了预期的结果。 但是,如果我查询:
http: //socialgraph.apis.google.com/otherme?q=http://delicious.com/scobleizer&pretty=1
没有返回任何内容,即使 'http://delicious.com/scobleizer' 列在之前的结果中...
有什么想法吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从主要的“查找”功能中获得更多信息(“otherme”类似于语法糖,而“查找”则公开更多原始功能),
http://socialgraph.apis.google.com/lookup? q=http://delicious.com/scobleizer&fme=1&edi=1&edo=1&pretty=1&callback=
...但是,是的,没有任何特定 Twitter URL 的迹象。可能值得报告该列表:
http://groups.google.com/group/social-图形API
You get more from the main 'lookup' function ('otherme' is something like syntactic sugar, whereas 'lookup' exposes more raw functionality),
http://socialgraph.apis.google.com/lookup?q=http://delicious.com/scobleizer&fme=1&edi=1&edo=1&pretty=1&callback=
...but yeah, no sign of that specific Twitter URL. Probably worth reporting on the list:
http://groups.google.com/group/social-graph-api