Forum Moderators: coopster
If anyone here can point me in the right direction regarding the following, that would be a huge help...
I'm looking to automate posting to a Blogspot blog via PHP.
I've taken a look at their documentation and they have the blogger.newPost command as part of their API. I believe that by using this I can submit posts using XML.
However, I'm confused about how to specifically use this - particularly how to automate this with PHP.
Basically, I'm looking to create my own script that posts my pre-written content to a Blogspot blog from time to time.
Any pointers regarding this would be very much appreciated. Thank you very much in advance.
PHP has a header() [php.net] function that you can use to send raw HTTP headers.