facebook Graph API deprecation
5 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: April 15, 2017 (RSS)
By ht1080z - March 31, 2017
Hi,
27 February (but just saw it) i got a message from Facebook that my app currently has access to Graph API v2.2 which will reach the end of its 2-year lifetime on 27 March, 2017. To ensure a smooth transition, please migrate all calls to Graph API v2.3 or higher. And indeed my app login has stopped to work with error message:
_facebookLogin_loginFromFacebook: No access_token!
Is this realted to the changes of Graph API?
I'm using a customized verison 1.03. The latest version of the plugin (v1.04) is correct this error?
Please advise,
Karls
By Dave - April 4, 2017
Hi Karlz,
We're seeing this as well. Facebook must have updated something. We're working on a fix.
interactivetools.com
By robin - April 5, 2017
Here is a small fix to get version 1.04 of the FaceBook Login plugin working with the FaceBook API changes.
We just need to replace one line in facebookLogin.php.
Search for this line:
parse_str( $response, $responseValues );
Change to:
$responseValues = $json;
Please let us know how that fix works for you. Thanks,
Robin
Programmer
interactivetools.com
By Dave - April 15, 2017
For anyone else dealing with this issue. We've released a patch here:
https://www.interactivetools.com/forum/forum-posts.php?Facebook-Login-v1.05-Released-80914
Please feel free to post any further questions or comments on that thread. Thanks!
interactivetools.com