I have implemented an optional login and data retrieval service using Facebook API as suggested here (this is alongside regular user registration and login service implemented in the project) :
http://devcenter.appery.io/tutorials/...
I need a mechanism for the user to logout when they are done, after logging in with Facebook. Would you have suggestions for the implementation?
Thank you.