Make WordPress Core

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)

#1 @josephscott
18 years ago

  • Cc josephscott added

That isn't XML-RPC, that's using the GData API.

#2 @redsweater
18 years ago

  • Cc redsweater added

FWIW: agreed. The API being referenced is more comparable to the WordPress AtomPub API than to the legacy Blogger API.

#3 @Otto42
18 years ago

  • Resolutioninvalid
  • Status newclosed
  • 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.

Note: See TracTickets for help on using tickets.