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?
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?
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%5Fand%5FRPC%5Fimplementations#hi5 - you'll need them to have your application properly authenticate to get access to the data Hi5 has.
Hi,
I am finding it difficult to set up OpenSocialClient Library Source Application. I am thinking of developing an application in asp.net C# which integrates with Hi5 using REST API and 3 legged oAuth (for authentication). I am not finding any sample/example/demo code. Please suggest