Loading...
 
Features / Usability

Features / Usability


Re: Social Login unable to auto create user

posts: 400

Okay, just two lines above that, right after line 230, which has this code:
curl_close($ch);

Place this line:
Feedback::success('I am using cURL!')

Make sure it is before the close curly bracket - }

Then delete the user and try to log in using facebook. If you see the "I am using cURL" message, then I have something I will try next, but it will be tomorrow.

There are no comments at this time.