The instagram API authentication page does not have any information on how to log out a user: On an iOS app using the API, how am I supposed to allow users to log out?
Im making android app using html5, I did the following: Redirect the user to a html5 page containing following code:
Logging Out...
Then call setTimeout() in which im calling my index.html the homepage after 2seconds.