如何从开放的社交网络中提取信息?
如何从 orkut 等基于开放社交的网络提取信息。
How can I extract information from opensocial based networks like orkut.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何从 orkut 等基于开放社交的网络提取信息。
How can I extract information from opensocial based networks like orkut.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
许多基于 OpenSocial 的网络提供基于 REST 和 JSON-RPC 的 API,有多种可用的客户端库。
PHP 可能是最复杂、最兼容的客户端库(并且拥有最好的文档)。您可以在此页面了解更多信息:http:// /code.google.com/p/opensocial-php-client/wiki/GettingStarted?tm=6
Many OpenSocial-based networks offer REST and JSON-RPC based APIs, for which there are a variety of client libraries available.
PHP is probably the most sophisticated and compatible client library (and has the best documentation). You can find out more at this page: http://code.google.com/p/opensocial-php-client/wiki/GettingStarted?tm=6