Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to add functionality to my application that lets me log out of the facebook android app.

Is there a way to do it without having to register my app with facebook as I do not need any other facebook functions except log out.

Does anyone know of any starting points?

share|improve this question

1 Answer

I don't think your app can penetrate into other running app's functionality, unless the Facebook app itself has provided any interface for this.

share|improve this answer
I see. What about ending the session by deleting just the account data. – user993389 Jul 31 '12 at 9:00
but then the question is, can you delete other app's credentials in Accounts? still, i dont think it is possible, otherwise its a security issue. read this – Waqas Jul 31 '12 at 9:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.