Hi, Here is the exact command (minus username and password) that I just tried, and it worked fine. You can try using the source of tweetgrid for testing purposes if you want, since it is registered and is working.
curl -u username:password -d "status=hello&source=tweetgrid" http://twitter.com/statuses/update.json Are you sure your source key has been registered and activated? -Chad On Wed, Feb 11, 2009 at 10:14 AM, SamSoftware <bcn.r...@gmail.com> wrote: > > > > On Feb 11, 8:46 am, Cameron Kaiser <spec...@floodgap.com> wrote: >> > I have tried status="message"&source="source" but it will not pick up >> > the source even though i have it registered. >> >> Don't use quotes. >> >> If you aren't, then you might want to post the relevant section of your code. >> >> -- >> ------------------------------------ personal:http://www.cameronkaiser.com/-- >> Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com >> -- Do me a favour: don't breed. -- "Sledge Hammer!" >> --------------------------- > > I have tried both ways, nothing worked. > > I am doing this via command like curl: > curl -u username:password -d status="message" > http://twitter.com/statuses/update.json >