How to post status updates on myspace using asp.net C#?
Can someone please tell how can I post status updates on myspace using开发者_开发知识库 asp.net C# ?
Thanks :D
Start here : http://developer.myspace.com/wordpress/
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
精彩评论