Prepare for launch!

After some months of inactivity (sorry!), FBRocket is being re-built from the ground-up to support the new Facebook Graph API and OAuth! If you want to be informed about the progress of FBRocket 2, please enter your email address:
Email address:
I'll only use your email address to let you know about FBRocket, and you might also want to follow me on Twitter for even more timely updates at: @jonathan_ellis

Welcome aboard!

FBRocket is a lightweight Facebook framework (SDK) designed to supplement the Android SDK. Basically: FBRocket allows you to leverage the super-cool social networking features of Facebook without having to be an expert on the inner-workings of Facebook.

What does it look like?

Well it's as simple as writing a class which implements the LoginHandler interface, creating a new instance of FBRocket, getting a reference to our Facebook object and calling some methods... How about:
facebook.setStatus("is using FBRocket... it's great!);
Could it really get much easier than that?

Prerequisites

Download

WARNING: This is an ALPHA release. Method names, functionality, etc. are constantly changing. Please check this site frequently and obviously do not use the FBRocket alpha in public, production code!

The public preview of FBRocket is now available for download. Please use the feedback form below to send feedback on this release. FBRocket works great with Eclipse & the Android plugin for Eclipse.
NOTE: You are welcome to syndicate this download on your own website and to share FBRocket with your friends, however, we are very interested in collecting feedback, which includes keeping track of how many times FBRocket is downloaded. Therefore please use the following URL for sharing FBRocket with others: http://xeomax.net/download.php?d=bin&v=0.1a

Documentation

Installation

For Eclipse projects:
IMPORTANT: Many people have been experiencing difficulties with this alpha release, mainly concerning the login functionality. This has probably been caused by not adding the necessary permissions to your AndroidManifest.xml file. You need to add the following: <uses-permission android:name="android.permission.INTERNET" /> to your manifest file of your application in order to enable the embedded web-browser control to connect to the Facebook Connect authorisation mechanism.

For documentation:

Feedback

Please use the following form to really easily & quickly send feedback on this public preview of FBRocket. All feedback requests will be read (and if necessary and possible, acted upon). Include your email address if you would like a response:

Licence

The final licencing restrictions for FBRocket are still to be fully determined. For now, Jonathan Ellis retains ALL copyright & and licencing ownership over the FBRocket project. You may NOT re-distribute this software for a fee. You may not decompile or reverse-engineer this project.
© Jonathan Ellis