Twitter in Social

作者:   發佈於:  

The list of twitter clients is already too long. It is almost like the "hello world" example program.

After I polish Social UI with jqtouch, I then start integrating twitter into Social.

Screenshots comes first:

The new iPhone-UI look.

Social dashboard

Statuses of friends:

Social Twitter page

Inline flickr photo:

Social Twitter page with inline image

IRC supports multiple networks now:

Social IRC channel list, multiple network.

The underlying AnyEvent::Twitter polls for twitter update. It is amazing how this Social app works with only one running process. No background program and/or crontab setup are required. The mixed of synchronous and asynchronous coding style provided by AnyEvent is a really comfortable chair for web programmers. It backs you up with awesome support. Such web programming technique must rock the future, otherwise /dev/null can suck the universe.