Switch user or re authenticate with Instagram

后端 未结 3 470
再見小時候
再見小時候 2021-01-18 00:23

Following the Instagram documentation I\'m able to authenticate a user and retrieve an access_token easily

But now I want to change of Instagram account which is imp

3条回答
  •  天命终不由人
    2021-01-18 00:57

    You could call the Instagram logout url (https://instagram.com/accounts/logout/) in the background before asking for access again. See this question and answers.

    I believe the only other option is to leave it up to the user to logout of their Instagram account before loading your access url.

提交回复
热议问题