So, here’s the deal guys: recently we bought the Prime31’s Social Networking Plugin. Our intention was to use it in an AR app. The target iPad would be on our client’s store and people would be able to go there, test it out, and post it on Facebook.
The problem is that after logging out of the account the app apparently keeps the cookies of the session, therefore I am unable to log in with another Facebook account, which is something essential since multiple people will be using the iPad.
I’ve contacted Prime31 and was told there’s no easy way around it. The hard way would be to force web based auth and delete cookies between logins. That should be done with Objective-C, in which I have no experience or idea to begin with.
Does anyone know how this can be done or have any tips or directions?
Any help is very much appreciated.