I am trying to make a class that handles facebook login in my application.
My problem is it doesnt work on all activity.
On that activity it doesnt call the callba
Having the attribute android:noHistory="true" set for your callback activity in the AndroidManifest.xml file will also result with the callback methods not firing.