Loading...
 
Features / Usability

Features / Usability


Re: Re: Social Login unable to auto create user

posts: 400

Okay, remove that code and try this after line 2017, which has the following:

$fp = fsockopen('ssl://graph.facebook.com', 443);

Add these lines:

var_dump(['fp' => $fp]);
exit;

There are no comments at this time.