Yep, that did the trick. Thanks, Abraham. I'll look into updating the example on the API wiki.
Cheers, -Rob On Sep 17, 2:21 pm, Abraham Williams <[email protected]> wrote: > That cURL command is resulting in a GET when a POST is required. Try adding > -d with an empty string. > curl -u xxxxx:yyyyyy -d ""http://twitter.com/favorites/create/4053701763.xml >
