Does logging out of your Facebook application remove the entire Facebook account? (go to Menu --> Settings --> Accounts and check for the Facebook account).
If so, then your app should also no longer be able to login. If not, then your app should be able to still login. If your app still logs in but should not be able to, does your app cache/store the Account or the Account's auth-token somewhere? If so, it may still have a valid auth-token for Facebook. On Feb 8, 5:53 am, funkyidol <[email protected]> wrote: > I have integrated the Facebook SDK in my app using the official > facebook connect API. I am able to login to the facebook app via my > app and the whole single sign on thing works fine. > > The problem is coming when I logout of the installed facebook app, the > session still persists in my app and I can still post messages. > Logging out of the facebook app does not affect my app. If I go into > the manage applications and clear cache of my application then the > session is also removed from my app. Can anybody help me figure out > how logging out of the facebook app should clean the session from my > app as well?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

