简体   繁体   中英

PHP Instagram Api User Logout?

I'm working on a way to log my user out of my instagram application. Is there a way to do this while redirecting to my homepage and not to the instagram's logout page ( https://instagram.com/accounts/logout/ ) I'm using the cosenary PHP API wrapper .

我会在隐藏的iframe中打开instagram退出页面,如下所示:

$(body).append('<div style="display:none"><iframe src="https://instagram.com/accounts/logout/" width="0" height="0"></iframe></div>');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM