Hi All,
I am making an application to get my application authenitcated using
facebook credentails. I am able to login but at the time of logout my
credentails are not getting cleared.
I am using following code snippet to do logout
AsyncFacebookRunner asyncRunner = new
AsyncFacebookRunner(facebook);
asyncRunner.logout(ctx, new LogoutRequestListener());
It is invalidating session but when I am again trying to do login
using
facebook.authorize(ctx, PERMS, new DialogListener()
It is not asking for the credentials.
I had also tried facebook.logout but it is returning Invalid API key.
There is no provision in logout function to send API key and I am
using same facebook object using which I had logged in.
~Manish
--
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