I want to create the LoginButton programatically since I'm putting it in an ActionBarSherlock ActionBar.
I am able to put the <com.facebook.widget.LoginButton> definition in a layout file, and inflate manually.
However, when I just use: new LoginButton(this), it comes out as "Log In" text, like this:

Is it because it's missing the facebook:confirm_logout and facebook:fetch_user_info attributes? Or other attributes?
