Loading...
 
Features / Usability

Features / Usability


Re: Social Login unable to auto create user

posts: 68 United Kingdom

....that's already interesting lol !!

I added

Copy to clipboard
// try ZendOAuth $this->options['callbackUrl'] = $this->getURL(); Feedback::error([PLACE A VARIABLE NAME FROM THE PRECEDING LINE HERE]); header("Location: tiki-index.php"); die(); $this->options['requestTokenUrl'] = 'https://graph.facebook.com/' . $this->graphVersion . '/oauth/access_token';


and blank page; does this mean that there's an issue from line 1 of new code?

There are no comments at this time.