PHP Classes

Compliant with Facebook 4/30/2015

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  Compliant with Facebook 4/30/2015  >  (Un) Subscribe thread alerts  
Subject:Compliant with Facebook 4/30/2015
Summary:oauth-api client calls compiant?
Messages:2
Author:MikeHorton
Date:2015-04-02 23:36:14
 

  1. Compliant with Facebook 4/30/2015   Reply   Report abuse  
Picture of MikeHorton MikeHorton - 2015-04-02 23:36:14

Are the links used in the oauth-api client compliant with Faceooks API 4/30/2015 mandatory API changeover ??

Mike

  2. Re: Compliant with Facebook 4/30/2015   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2015-04-04 03:14:43 - In reply to message 1 from MikeHorton
The OAuth class itself is ready. Actually it was already handling a bug that Facebook had handling token expiry dates.

What you need to change is the scopes and the URLs of the Graph API calls which may stop to work if you are still using Graph API 1.0 and other API that are being discontinued.