Search found 2 matches

by rizky
04 Jun 2023, 00:13
Forum: Bug Report version 3.3
Topic: Error Google Social Login
Replies: 2
Views: 2561

Re: Error Google Social Login

SOLVED I found actually somehow its about CURL_HTTP_VERSION so the response goes false i change modules/social_login/actions/google.php:23 from curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); into curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2_0); to solved these problem....
by rizky
03 Jun 2023, 23:07
Forum: Bug Report version 3.3
Topic: Error Google Social Login
Replies: 2
Views: 2561

Error Google Social Login

I got these error (as i echoing $response variableon Google Social Login module) : { "error": { "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See...