[android-developers] Re: facebook session persists in my app even after logging out of the facebook app
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 <funkyi...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home