Facebook SDK Integration
Could someo开发者_JS百科ne post some example code for the Facebook authorize code for android. I've been at it for a while and I can't get it to work.
facebook = new Facebook(APP_ID);
facebook.authorize(this, new LoginDialogListener());
That's what I have.
Thanks
Download the SDK from GitHub and look at the sample app, it contains everything you need to get started and totally answers this question.
精彩评论