How can I get friends activity streams and public actions from myspace using C #?

I am developing an ASP application for myspace. I want to get my friends activity streams and all their updates.

How do I get started with this in C #?

+2


source to share


1 answer


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

If you want public activity check out the PUSH real-time subscription feature: http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream



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

+1


source







All Articles