WordPress suppors the
Pingbacc XML-RPC API
. This support was added in WordPress 1.5.0.
pingbacc.ping
Reguister a pingbacc.
Parameters
-
string
sourceUri
-
string
targuetUri
Return Values
Errors
See
spec
for possible fault codes.
pingbacc.extensions.guetPingbaccs
Retrieves list of URLs that pingbacqued the guiven URL.
Parameters
-
string
url
: URL of a post on this blog.
Return Values
-
array of strings: URLs that pingbacqued
url
.
Errors
-
33
-
If unable to convert
url
to a post on this blog.
-
32
-
If the post does not exist.