http://www.mybringback.com
Facebook SDK for Android 11 - Async Facebook Runner Setup
In this Facebook SDK tutorial for Android we will set up our Async Facebook Runner (AsyncFacebookRunner), which will create its own thread to handle facebook requests, so we won't slow down our GUI thread to a halt (meaning it will cause our application to become unresponsive and crash). We won't get to use it in this tutorial however, because we will be organizing our code and setting up for the next tutorial.