TALKING ANDROID

Android Development and talk

Developing Facebook Apps for Android

with 4 comments

“BFF Photo for Facebook”  is now on the Android Market.

It is an Android app for viewing the photos you and your friends have posted to Facebook.  You can also upload new photos and videos.

Please give it a try. Find it in the market by searching “bff”.  If you like it, rate it and comment on the Android market. Post technical questions here.

To interact with Facebook, I am using their new “Simplified Desktop Authorization Flow.

For API calls, I am using a Java Facebook Client library I developed for talking to the Facebook REST server. I’ll be writing more about it. I intend to clean up the library and ultimately make it open source.

I am using Android Intents to take a photo and capture a video.

Video Demo Coming Soon!

About these ads

Written by Carmen Delessio

August 19, 2009 at 12:55 am

Posted in Android, Facebook, Java

4 Responses

Subscribe to comments with RSS.

  1. Are you familiar with Facebook Connect for Android? Project is in early stages, but it allows login to Facebook and queries already.

    http://code.google.com/p/fbconnect-android/

    Gyuri

    August 21, 2009 at 6:36 pm

  2. Gyuri,
    Thanks for the comment. I was keeping my eye on this project. I had developed my own login based on using a desktop app model. When Facebook updated that model it got even easier. http://developers.facebook.com/news.php?blog=1&story=289 so I used that.

    But logging in can be a pain and good solutions are needed.

    carmendelessio

    August 21, 2009 at 7:44 pm

  3. Hoping to see the library soon. I hope you would consider making it J2ME compatible where possible so it can be adopted to other Java enabled phones like BlackBerry and others.

    Max

    May 20, 2010 at 4:31 am

  4. Max,
    thanks it should be very soon. I’ve simplified a lot. I believe it could be made to be compatible with Blackberry, but may not out of the box. The good news is that I’ve kept it small and managable. 2 classes are used. 1 for REST communication and 1 to handle error message from Facebook. I use 1 external jar (SimpleJSON).

    I used the new library for the new version of BFF Photo that I just released to the android market. More info here: http://www.facebook.com/BFFPhoto

    Carmen

    carmendelessio

    May 20, 2010 at 10:45 pm


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: