I am coding for the Login with the Facebook into my android application.I am following this STEPS.
I have problem that The logout button is not showing after login, it still displayed me login button. This problem is occure when I install the facebook app into emulator, but without install facebookapp it's working.

After install Facebook Application :

- Press on the login button(From my application)
- If not login then redirect to the facebook app
- After login into facebook app back to my app and don't show me logout button but instead of logout it show me login button
Without install Facebook app : [This is working as I want]

- press the login button(from my application)
- Redirect to the facebook page (I don't know about this page)
- After login success back to my app, and show logout button.

Now In short, I want second senario same for the First Senario.
Thanks.