Synopsis

I wrote Où? a simple android app which find your friend on a google map. When i needed to integrate with facebook i didn't see a simple facebook api for android. I tested facebook-java-api but migration code was too complicated!

So I decided to write my own facebook client.

How to use:

I wrote a simple "hello facebook" project (thanks to Jason Tomlinson).
I use an old way to connect to facebook. I ask to facebook to generate a "special small token" (code_gen.php). This token will be insert into getSession function for getting a validate and infinite session :-) . This method is used by mobile applications, but I can not find the reference in the documentation.

You need a facebook "desktop application"
edit:2009/06/20, upload photos works now (thanks to Aurélien Guillard)
edit:2009/07/14, this API have been used into Bloo (bloo link)

file:

hellofacebook.zip

my mail:

smaucourt-ZZ-gmail-YY-com