.Net MySpace API v1.0 

 

Sat, 20 Sep 2008 21:13:23 GMT

I've just finished work on the beginnings of a new MySpace API for .Net.  I'm writing it in C# and accomplishing most of the work via a state machine and web browser automation.  The only thing it does right now is post new blog messages.  I plan on using it to allow interBlog (from the interquire interWeb Web 2.0 suite) to sync a user's posts with their MySpace account.

If there's much interest in a full-blown API, I'll develop it further.

Download the interquire.MySpace.dll version 1.0 here

To use the API in your code:

Blog b = new Blog(txtEmail.Text, txtPassword.Text);
b.NewPost(txtSubject.Text, txtBlogText.Text);

if (b.error)
    MessageBox.Show(b.errorText);

Pingbacks
http://Blogs/sean/Automatic_MySpace_Blog_Posting_Tool - Fri, 12 Oct 2007 21:27:52 GMT
http://www.google.com/search?q=wxtywuof - Sun, 24 Feb 2008 10:51:30 GMT

Comments:
I'm interested in you developing this more
Fri, 28 Dec 2007 16:48:23 GMT by Anonymous
Have you tried to send a message to the inbox. I'm interested in that capability.
Sat, 19 Jan 2008 19:13:05 GMT by hargj134
It takes more time,pls go for other methods that take very less time
Wed, 27 Feb 2008 07:39:44 GMT by Anonymous
how can i use it?when i using it,a error is can't find "Blog"
Wed, 19 Mar 2008 13:53:50 GMT by Anonymous
I like this idea. How does this work? Do you login and then pull from the page elements, do you use the HTML tags, or what?
Tue, 22 Apr 2008 18:36:15 GMT by Cheesmo7

Leave a Comment

Comments (required)