For single sign-on where should I include this below code to work..
In FACBOOK.Clas or somewhere else.. or in my main Activity .. I downloaded the code from https://github.com/facebook/facebook-android-sdk
facebookClient = new Facebook(FB_APP_ID);
facebookClient.authorize(this,
new String[] {"publish_stream", "read_stream", "offline_access"}, this);