Opened 18 years ago
Closed 18 years ago
#7260 closed defect (bug) (invalid)
Blogger API is incomplete
| Reported by: | marcfonteijn | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
The wordpress XML-RPC Blogger API is missing the comment functions that the Blogger API describes: http://code.google.com/apis/blogger/developers_guide_protocol.html#Comments
Change History (3)
#2
@
18 years ago
- Cc added
FWIW: agreed. The API being referenced is more comparable to the WordPress AtomPub API than to the legacy Blogger API.
#3
@
18 years ago
- Resolution → invalid
- Status new → closed
- Version 2.5.1
Agreed. That's the new-ish Blogger Data API, which they implemented after Google bought Blogger. The Blogger API that WordPress implements via XML-RPC is the older Blogger API, as found here: http://www.blogger.com/developers/api/documentation20.html
WP doesn't support the GData API. It wouldn't make much sense to do so, I think, as that's very Google specific.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
That isn't XML-RPC, that's using the GData API.