Page 1 of 1

How to Post our content on myspace in php

Posted: Fri Aug 12, 2011 12:20 am
by hem.bhatt1787
Hi all guys !
I trying to post comments on myspace in php, can anyone suggest a method to post comments on myspace using php.
very urgent

Thanks

Re: How to Post our content on myspace in php

Posted: Sat Aug 13, 2011 12:18 pm
by AbraCadaver
What is this myspace you speak of?

Re: How to Post our content on myspace in php

Posted: Sat Aug 13, 2011 1:57 pm
by twinedev
Well there are several API's for myspace, http://developer.myspace.com/wordpress/?page_id=24 however quick look don't see ones designed to actually post comments (there is one to post media into comments though)

How bad do you want it? if bad enough, using cURL (http://php.net/curl ) you most likely could do it. Sorry, it is out of scope of giving a full example here, as you would need to program it to log you in, save the necessary cookies and use them on the requests to post. Of course, this method depends on them not changing the site, each time they do, you have to verify things still work the same.

-Greg