You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because $token_url returned with empty fields, i made these changed and use .$response->access_token instead $params['access_token'], of course using json_encode.
On library Facebook_ion_auth.php, after authorization, access_token comes empty.
In this line:
I have to add two lines:
And works.
The text was updated successfully, but these errors were encountered: