Test Trackback using cURL
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>
DZone Snippets > jnewland > blog
11374 users tagging and storing useful source code snippets
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
Jesse Newland http://jnewland.com
curl -d url=TRACKBACK_URL -d title=TRACKBACK_TITLE -d blog_name=TRACKBACK_BLOG_NAME -d excerpt=TRACKBACK_EXCERPT URL
<?xml version="1.0" encoding="utf-8"?> <response> <error>0</error> </response>