Re: Re: Social Login unable to auto create user Posted by lindon Sat 19 Jan 2019 02:53 GMT-0000 posts: 400 ☆ ☆ ☆ After "END NEW CODE", the next line should be: if (isset($json_decoded_ret['access_token']) || substr($ret, 0, 13) == 'access_token=') { Which means you will need to delete all the lines after "END NEW CODE" and before the line above.