Loading...
 
Features / Usability

Features / Usability


Re: Re: Social Login unable to auto create user

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.

There are no comments at this time.