How to create a custom login button for facebook login in android app?

I have already implemented fb login using a custom Facebook login button ( com.facebook.widget.LoginButton ).

Now I want to open the Facebook login dialog when I click the user button. Can this be done? Or do I need every time to implement Fb LoginButton ?

As for the SDK 3.0 documentation, it always opens the LoginButton dialog box, which is rather strange.

+4
source share

All Articles