Google Social Graph API 是否按预期工作?

发布于 2024-08-12 11:35:05 字数 769 浏览 3 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-08-19 11:35:05

您可以从主要的“查找”功能中获得更多信息(“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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文