Providing post status using Atom API
Is it possible to provide post status (Draft, Publish Now, Publish On..) in a new post entry being made to a weblog using Atom API
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I believe we support the "app:control" Element described here:
http://bitworking.org/projects/atom/r....section.13.1
So a draft post would look like
<app:control>
<app:draft>yes</app:draft>
</app:control>
I haven't verified any of that, this is just from reading code and documentation, but you can give it a shot.
I don't see anything that indicates we support future posts ("Publish On...") through Atom.
Hope that's helpful.
Loading Profile...



EMPLOYEE