tagChimp Developer Sandbox

Use the sandbox for testing your app's tagChimp integration. I've tried to make it as easy as possible, so there's only two things you need to change in your code to switch between the sandbox and live site; the URL and your token.

URLs

The URL to post.php is http://sandbox.tagchimp.com/post.php The URL to lookup.php is http://sandbox.tagchimp.com/lookup.php.

TOKEN

Since the sandbox is not SSL encrypted, you will use your token instead of your secret key. Just swap the token for the key, i.e., http://sandbox.tagchimp.com/post.php?key=YOURTOKEN). The sandbox is smart enough to know this isn't really your key.

Other than that, everything else is the same. Keep in mind that the sandbox may be cleared out periodically. Don't freak out if you just posted a bunch of tests and you can't see them anymore. Chances are that the sandbox was strained. Hey! Somebody's gotta do it!