我正在尝试在 asp.net 中创建一个应用程序,它将使用 OpenSocial 将我所有的朋友从 hi5 抓取到我的应用程序中。
我应该经历哪些步骤?
我正在尝试在 asp.net 中创建一个应用程序,它将使用 OpenSocial 将我所有的朋友从 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.