Twitter Search with Flex Builder

December 7, 2009

If you are building a flex Twitter app there are some things you just cannot create this app without.

Especially this function. It’s a twitter search function build with Flex Builder.

Let’s say you want to let your application users search for twitter friends. Well with this function that is possible.

The code for this is actually not big and generated with the connection wizard adobe provides within the Flex Builder.

Read more

Connect to Twitter from AIR example

November 10, 2009

So everybody’s using Twitter now, so i thought it might be cool to write a small example to show you how you can connect to Twitter from an AIR application. The first thing you need is an API to connect to Twitter.
Read more