开发者

Facebook and Twitter in a kiosk environment... auto logouts?

开发者 https://www.devze.com 2023-01-19 02:00 出处:网络
I was wondering if there were any approaches recommended to auto logging out a user from Facebook and Twitter after they click a \'like\' or \'tweet this\'. I\'m running a site in kiosk mode and would

I was wondering if there were any approaches recommended to auto logging out a user from Facebook and Twitter after they click a 'like' or 'tweet this'. I'm running a site in kiosk mode and would like to log them out after performing the previous actions.

Than开发者_如何学Goks, Steve


At least with facebook, you can use FB.logout from their JS SDK or if using Connect, FB.Connect.logout(function() { ... });

With Twitter, it might not be as straightforward - see this answer.

0

精彩评论

暂无评论...
验证码 换一张
取 消