ios - Manually killing the FB session in the app -


i've been using facebook sdk ios. it's working great , login using sdk. problem comes in when want logout system.

if click logout , come home screen, ios login feature called again , based on previous session logged users in. (i maintain own session app, using fblogin let users easy registration)

i wanna know how manually kill session won't login user again once come login screen.

i went through logout section seems it's more complicated.

can point me out resources on this.

did try this?

[fbsession.activesession closeandcleartokeninformation]; 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -