tags:

views:

49

answers:

2

Can someone please tell how can I post status updates on myspace using asp.net C# ?

Thanks :D

+1  A: 

Start here : http://developer.myspace.com/wordpress/

Preet Sangha
Thanks I already read the documentation, if someone could provide code sample that would be great.
Filip
A: 

You might want to look at this:

http://myspacetoolkit.codeplex.com/

The above site has an example of a connection

Also, the MySpace API documentation is quite good... Look at this page for how to get and update a status. It has a PHP sample, which should not be hard to translate to C#/Asp.Net:

http://wiki.developer.myspace.com/index.php?title=Status_and_Mood_API

thorkia
Thanks :D, I will try this.
Filip