Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

here it is my problem:

I want to enclose the Facebook logic into a class (let's call it fbConnect), and call the methods when I push one random button (login, logout, and so on). I also have a class with static variables that are used when necessary. I put variables like facebook ( = new("APP_ID"), AsyncFacebookRunner ..

The problem comes up when I call one of the method in fbConnect, since the authorize method needs (Activity, new DialogListener() {..}) : I guess the problem lies here, because I don't get back any auth token in the login call.

Do you have any ideas?

Thank you

share|improve this question
This is exactly what you need: github.com/freakynit/facebook-android-sdk-3.0-small-playground – Nitin Bansal Jan 11 at 21:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.