PHP Classes

Logging off

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Logging off  >  (Un) Subscribe thread alerts  
Subject:Logging off
Summary:oAuth logging off
Messages:3
Author:Roberto Cahanap
Date:2013-05-29 16:54:25
Update:2013-05-30 02:24:28
 

  1. Logging off   Reply   Report abuse  
Picture of Roberto Cahanap Roberto Cahanap - 2013-05-29 16:54:25
Manuel,

How do we go about logging off Facebook / Twitter or any oAuth that you have packaged with your class?

I looked in the documentation, but did not find the method.

Thank you again.

-Roberto

  2. Re: Logging off   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-05-30 00:43:47 - In reply to message 1 from Roberto Cahanap
Ending up a session started in those other sites is not really a part of OAuth. Some of those sites provide means to end the current user session but that is not a standard thing across sites. You need to study each site API to figure how to do it with which one of them.

  3. Re: Logging off   Reply   Report abuse  
Picture of Trevor Panahac Trevor Panahac - 2013-05-30 02:24:28 - In reply to message 2 from Manuel Lemos
Oh OK, this is what I assumed.

I have figure out how to get around this then.

Thanks Manuel.

-Roberto