tags:

views:

171

answers:

2

I am developing an ASP application for myspace. I want to get the friend's activity streams and all of their updates.

How would I get started with this in C#?

A: 

MySpace developer community

This should be a good place to start.

Ezombort
I tried that only.. But iam not getting the results.
ibrahimkhan
This is not an acceptable answer.
Geoffrey Chetwood
@Ezombort: the same could be said of any question. Just because you could find the answer elsewhere doesn't mean it shouldn't exist here.
Jon B
The question is: "How would I get started with this in C#?". I honestly think one should start to read there unless a more specific question or some code is posted.
Ezombort
The OP doesn't indicate that they are aware of the MySpace API. @Ezombort has given them a link to the API docs. This is a reasonable answer in my view.
Todd Owen
+1  A: 

Here's the endpoint to get Activities (both you and your friends): http://wiki.developer.myspace.com/index.php?title=OpenSocial_v0.9_Activities

If you would like Public Activities, check out the Real-Time PUSH subscription feature: http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream

To get started using the MySpace APIs with C#, check out the C# SDK: http://wiki.developer.myspace.com/index.php?title=Category:MySpaceID_SDK_for_C_Sharp

beriberikix