Bug #3603
closedFacebook picture now fatal errors when requested
Description
Seams Facebook changed usage of "picture" variable in FB user object? Below error reported when attempting to connect.
Error Catchable fatal error: Object of class stdClass could not be converted to string in /components/com_comprofiler/plugin/user/plug_cbconnect/cbconnect.class.php on line 1456
Updated by krileon over 12 years ago
Updated by krileon over 12 years ago
This is due to the breaking changes scheduled to go in on August, September, and October. Workaround is to disable them under Advanced tab when editing your Facebook Application.
Updated by krileon over 12 years ago
Additional changes also need to be made to comply with upcoming changes. Offline access permissions needs removed. Live steam social plugin needs removed. Picture is now an object instead of string (check if it's a string though for backwards compatibility).
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- Target version set to 3.3.7
- % Done changed from 0 to 100
Added parsing for the JSON object given by Facebook as well as scenarios where it's a string (so new and old API methods are supported).