1

Starting now, a FB SDK integration that worked very well allowing people to login to our site via their Facebook account just stopped working. The server logs show the following error

PHP Fatal error:  Cannot use object of type stdClass as array in fb-sdk/FacebookRedirectLoginHelper.php on line 191

We have not done any relevant code change that should have initiated it. Have we missed an upgrade?

collector
  • 154
  • 5

1 Answers1

1

Replace "$response['access_token']" with "$response->access_token" on line 186 and 187 in FacebookRedirectLoginHelper.php