I have built a Facebook integration using the steps from the 3.0 documentation. It works fine in when I deploy the app to my phone using Eclispe; however, when I export the
you have to initialize facebook SDK before setContentView, so add following line right above the setContentView
FacebookSdk.sdkInitialize(getApplicationContext());