views:

320

answers:

2

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?

A: 

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.

levik
i've tried all those things..but output is like i can get the informationnot able to set the status or upload videos..so halfway is really disappointed..!
Maverick
A: 

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