Re: how to create scedule post blogger api v3

Luke <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
To schedule a post, you can do one of 2 things:
1 - Create the post, with a draft status, using the INSERT method, and then 
call the PUBLISH.
2 - Create the post as LIVE, using the INSERT method, with a future 
published date.

Number 2 is faster (one request) but some applications would use the flow 
described in 1.

Example of 2 (replace 123 with your own blog id):
https://developers.google.com/apis-explorer/#p/blogger/v3/blogger.posts.insert?blogId=123&isDraft=false&_h=1&resource=%257B%250A++%2522published%2522%253A+%25222016-07-21T00%253A00%253A00%2522%250A%257D&

-- 
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/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.