I'm using the Facebook SDK 3.0 for Android with the uiHelper and the loginButton. When I press the login button a progress dialog is displayed. Is it possible to custom it or replace it with another dialog ? How ? I'm pretty sure that's possible, Candy crush do it ... Moreover, I try to log user without the uiHelper but with the traditionnal method : session.openForRead(new Session.OpenRequest(this).setCallback(statusCallback)); I've the same issue, I don't understand how this progress dialog is displayed.
Thank you all !