开放社交+ hi5 API
我正在尝试在 asp.net 中创建一个应用程序,它将使用 OpenSocial 将我所有的朋友从 hi5 抓取到我的应用程序。
我应该执行哪些步骤?
I'm trying to make an application in asp.net, which will grab all my friends from hi5 to my application using OpenSocial..
What are steps I should go through?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您想从这里获取 .Net 客户端库: http: //code.google.com/p/opensocial-net-client/
该软件包应该有一两个示例应用程序来帮助您入门。
请查看此处的 Hi5 特定链接: http://wiki.opensocial.org/ index.php?title=REST_and_RPC_implementations#hi5 - 您需要它们对您的应用程序进行正确的身份验证才能访问 Hi5 拥有的数据。
I think you want to get started by grabbing the .Net client libraries from here: http://code.google.com/p/opensocial-net-client/
The package should have a sample app or two to get you started.
Look at the Hi5 specific links here: http://wiki.opensocial.org/index.php?title=REST_and_RPC_implementations#hi5 - you'll need them to have your application properly authenticate to get access to the data Hi5 has.