My application is integrated with Facebook, Google and Microsoft (using OAuth).
To logout from facebook I'm using the following URL:
https://www.facebook.com/logout.php?next=[YourAppURL]&access_token=[ValidAccessToken]
Is there something similar for Google and for Microsoft?
For Google I tried:
https://accounts.google.com/Logout?continue=http://localhost:51820
But it didn't work... It returns: The page you requested is invalid.
How can I get that URL logout?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…