Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Test Trackback using cURL

I've Googled this about 20 times - documenting it here for convenience.

curl -d url=TRACKBACK_URL -d title=TRACKBACK_TITLE -d blog_name=TRACKBACK_BLOG_NAME -d excerpt=TRACKBACK_EXCERPT URL


A correct response:

<?xml version="1.0" encoding="utf-8"?>
<response>
<error>0</error>
</response>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS