Help to post on Blogger by API
Marty Trombe <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
Help to post on Blogger by API
Please
i tried by the following code to publish a post by Firefox but it
doesn't work:
(note that BLOG ID 8337125378796627739 number is correct and the ACCES
TOKEN number is ok and valid)
thank you in advance :
<html>
<head>
<title>Blogger API Example</title>
</head>
<body>
Content-Type: application/json
<script>
script
src="https://www.googleapis.com/blogger/v3/blogs/8337125378796627739/posts
?access_token=ya29.1.AADtN_XHaZ4_cS3aZAM87Sx8ENGkW7iiqopcdYnAcSCxR_ujRCDKT1tSsZPS1L0"
Content-Type: application/json
{
"kind": "blogger#post",
"blog": {
"id": "8337125378796627739"
},
"title": "A new post",
"content": "With <b>exciting</b> content..."
}"
</script>
</body>
</html>
---------------------
thank you
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.