Revision [541]
Last edited on 2007-06-05 19:40:49 by KlenwellAdminAdditions:
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.
see the follow demo script:
see the follow demo script:
Deletions:
see the follow demo scripts:
~- [[http://greqo.googlecode.com/svn/trunk/test/post.php regular post]]
~- [[http://greqo.googlecode.com/svn/trunk/test/post_express.php quick post]]
Revision [271]
Edited on 2007-03-08 20:35:07 by KlenwellAdminAdditions:
A successful post will return an array containing a post id, the post's permalink, and a service link. Here is an example:
Deletions:
Revision [270]
Edited on 2007-03-08 20:34:19 by KlenwellAdminAdditions:
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.