customize Android Facebook Login button

In order to have completely custom facebook login button without using com.facebook.widget.LoginButton. According to facebook sdk 4.x, There new concept of login as from facebook LoginManager and AccessToken – These new classes perform Facebook Login So, Now you can access Facebook authentication without Facebook login button as layout.xml <Button android:id=”@+id/btn_fb_login” …/> MainActivity.java @Override public void … Read more