Back to Social Login Support

Surahman
Surahman

How to solve this error after login with twitter?

file_get_contents(http://pbs.twimg.com/profile_images/1588782573/al_ma_arij.JPG): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

protected function createAvatarFile($url, $user)
    {

        $fileData = file_get_contents($url);

        if(! $fileData) {
            return null;
        }

        $filePath = temp_path() . '/avatar-facebook-' . $user->id . '.jpg';

1-1 of 1