PHP Classes

Logout with xing

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Logout with xing  >  (Un) Subscribe thread alerts  
Subject:Logout with xing
Summary:Logout with xing
Messages:2
Author:haidy mikhaiil
Date:2015-04-01 14:22:24
 

  1. Logout with xing   Reply   Report abuse  
Picture of haidy mikhaiil haidy mikhaiil - 2015-04-01 14:22:24
Hello,

I would like to implement the xing logout functionality. How can this be done using the login_with_xing.php?

I appreciate your help.

  2. Re: Logout with xing   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-04-01 21:46:51 - In reply to message 1 from haidy mikhaiil
I could not determine if Xing provides an API call to revoke tokens explicitly.

Anyway, what you can do is to call ResetAccessToken and it makes the OAuth class "forget" the obtained token despite it may still be valid.