Is it possible to login and send Facebook requests from a non-Activity class?
All the samples I found override the method onActivityResult of the Activity class to get the result a Facebook login activity.
I want to create the same code as the SDK sample GraphApiSampleActivity, but not called from an Activity.
As I mentioned, my problem is I cannot override onActivityResult to get login result. Any idea?