PHP Classes

Facebook - How to Reauthenticate

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How Can the PHP OAuth...  >  All threads  >  Facebook - How to Reauthenticate  >  (Un) Subscribe thread alerts  
Subject:Facebook - How to Reauthenticate
Summary:Reauthenticate
Messages:3
Author:Mi PetPage
Date:2013-04-09 18:16:42
Update:2013-04-10 17:49:42
 

  1. Facebook - How to Reauthenticate   Reply   Report abuse  
Picture of Mi PetPage Mi PetPage - 2013-04-09 18:16:42
I was testing the Facebook login and trying to set my own redirect and I deleted the app from my Facebook profile, now I need to re authenticate. If I just use the script as is then I get error ,"type":"OAuthException","code":190,"error_subcode":458}}

Facebook help docs say to re authenticate but I don't know how!

  2. Re: Facebook - How to Reauthenticate   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2013-04-10 03:39:08 - In reply to message 1 from Mi PetPage
You need to use the ResetAccessToken function so it clears the previously stored token that is no longer valid.

  3. Re: Facebook - How to Reauthenticate   Reply   Report abuse  
Picture of Mi PetPage Mi PetPage - 2013-04-10 17:49:42 - In reply to message 2 from Manuel Lemos
Ah, as simple as that!

Thankyou for very much for a great class and support :-)