How do I perform a logout from my application only (not from the instagram account - but yes from my app) ?
I saw some people saying "refer the user to the instagram logout page" but it's not what I really need.
You could use an iframe in your own "logout" page. Something like:
<iframe src="https://instagram.com/accounts/logout/" width="0" height="0" />
You probably want to redirect to the main page after the log out is performed.
Hope that helped.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With