Microblogging Clients

I have recently discovered the world of microblogging, and I am hooked Over the last couple of weeks I’ve tested a few microblogging clients. On my Ubuntu workstations I started out using Twitux, then switched to Thwirl after figuring out how to get Adobe AIR 1.5 installed on Ubuntu. However, when I started using Identi.ca [...]

Posted on January 28, 2009 at 10:38 am by Martin · Permalink · Leave a comment
In: Messaging · Tagged with: , , , , ,

Hacking WordTwit into WordDent

I have quickly forked WordTwit into WordDent. WordDent is a WordPress plugin that utilizes the Twitter API to automatically push a published post to your Identi.ca account as a dent. It allows all your Identi.ca contacts to keep up to date with your blog postings. I’m still  just testing that WordDent works correctly. I’ll find [...]

Posted on January 23, 2009 at 6:24 pm by Martin · Permalink · Leave a comment
In: Content Management · Tagged with: , , ,

Identi.ca status updates from the shell

I am getting to like this micro blogging thing and having figured out how to update Twitter status via the shell I thought I do the same for Identi.ca. The solution is practically identi.cal, see what I did there curl -u username:password -d status=”Your message here” -k https://identi.ca/api/statuses/update.xml

Posted on January 23, 2009 at 4:42 pm by Martin · Permalink · Leave a comment
In: Messaging · Tagged with: , , , ,