How to log out of the instagram API?

前端 未结 2 1325
遥遥无期
遥遥无期 2021-01-29 01:28

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?

2条回答
  •  感情败类
    2021-01-29 02:19

    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.

提交回复
热议问题