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#?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
ibrahimkhan
  • 169
  • 2
  • 6
  • 16
  • Can you please tell us what you have tried, and how it fails? Then we can give you more specific advice. – Todd Owen Sep 01 '09 at 14:30

1 Answers1

1

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

jonathanberi
  • 1,867
  • 1
  • 14
  • 24