https://developers.facebook.com/docs/howtos/login/server-side-login/
Following this tutorial I am able to login to a Facebook account regardless of the account logged into the integrated iOS Facebook which is what I wanted :). However, now since Safari is remembering you logged in, if you go back to your page it shows you as being logged in.
I would like to make it so every time I click on the button that takes me to my php script to login, it forces me to login again. I know it might sound weird but I have a good reason behind why I need this.
Thank you.