=====Overview===== As with other API requests, to a post a new entry requires obtaining a ""ClientLogin"" authorization token and then using it to perform the request. A successful post will return an array containing a post id, the post's permalink, and a service link. Here is an example: %% Array ( [id] => 3624482412504082289 [self_link] => http://greqophp.blogspot.com/2007/03/greqo-test-post-on-7-mar-2007-at-832pm.html [edit_link] => http://www.blogger.com/feeds/1583289811561441106/posts/full/3624482412504082289 ) %% An unsuccessful post will trigger an error and return 0. =====Sample Code===== see the follow demo script: ~- [[http://klenwell.net/greqo/ live demo]] ---- [[CategoryGreqo]]