facebook graph api - FB SDK produces a PHP Fatal error -


this question has answer here:

starting now, fb sdk integration worked allowing people login our site via facebook account stopped working. server logs show following error

php fatal error:  cannot use object of type stdclass array in fb-sdk/facebookredirectloginhelper.php on line 191 

we have not done relevant code change should have initiated it. have missed upgrade?

replace "$response['access_token']" "$response->access_token" on line 186 , 187 in facebookredirectloginhelper.php


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -