I am trying to access my website wordpress back end but it shows me the error below
“Nextend Social Login took the place of Nextend Google Connect. You can delete Nextend Google Connect as it is not needed anymore”
What could be the issues?
]]>As others have pointed out, there are a couple issues with this plugin that need addressed. I was able to fix them myself, and figured others could benefit from this, as the plugin authors seem to have abandoned it.
To fix the username being “google”, search for “$sanitized_user_login = ” in nextend-google-connect.php and replace it with the following…
$username = strtolower($u['given_name'] . $u['family_name']);
$sanitized_user_login = sanitize_user($new_google_settings['google_user_prefix'] . $username);
To remove the duplicate prefix field in the admin settings, open nextend-google-settings.php. Remove the entire table row starting at line 172 and ending at 178.
]]>PHP Notice: Trying to get property of non-object in /home/user/public_html/wp-content/plugins/nextend-facebook-connect/nextend-facebook-connect.php on line 433
PHP Notice: Trying to get property of non-object in /home/user/public_html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php on line 383
I know php notices aren’t bad, but this keeps spamming my debug logs
]]>Fatal error: Uncaught apiServiceException: Error calling GET https://www.googleapis.com/oauth2/v2/userinfo?key=AIzaSyAbD-QdS_YSGjuBXOdHoLX4tUlq-NDIU_4: (401) Invalid Credentials in /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/sdk/io/apiREST.php:86 Stack trace: #0 /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/sdk/io/apiREST.php(56): apiREST::decodeHttpResponse(Object(apiHttpRequest)) #1 /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/sdk/service/apiServiceResource.php(187): apiREST::execute(Object(apiServiceRequest)) #2 /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/sdk/contrib/apiOauth2Service.php(42): apiServiceResource->__call(‘get’, Array) #3 /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(160): UserinfoServiceResource->get() #4 /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(117): new_google_login_action() #5 /home/shopkioz/public_html in /home/shopkioz/public_html/wp-content/plugins/nextend-google-connect/sdk/io/apiREST.php on line 86
]]>Where people can converse with the voice ??
source:
https://es.verbling.com/community
Where people believe in their room and others enter
Thank you for all you do ??
Have an amazing day!!
]]>Hi, thanks for the great plugin,
Is there any way to also add the profile image when the user gets registered?
I have gone through the documentation but I couldn’t find anything regarding it.
Thanks!
]]>It’a a pity that the plugin author is not responding to questions.
If you logout from Google and WordPress, you can still login to wordpress without authenticating for 1 hour with this plugin.
To prevent this, add this to your functions.php in your theme folder. It just clears the plugin login cookie.
add_action( 'wp_logout', 'my_nextend_logout');
function my_nextend_logout() {
setcookie("nextend_uniqid","",time()-42000);
}
]]>
Hi,
I have installed the plugin and I’m trying to connect it with google developers console but the Authorized JavaScript origins is not accepted by google developers console.
Message:
Origin URIs must not contain a path or end with “/”: https://DOMAIN.COM/wp-login.php?loginGoogle=1
What I need to do to solve this?
Thanks in advance.
]]>Hi
Could you please help, when we are on the shop cart page and login with Google and accept terms, it redirects us back to the home page and not the cart page again?
Please advise how we can get it to redirect back to the cart page?
Best regards,
PHP Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php:116) in /public_html/wp-includes/pluggable.php
]]>So i have installed the plugin for twitter and facebook, those plugins works well.
this plugin for google doesn’t work, I get an error from google with this problems:
The redirect URI in the request, https://www.weggeefwinkel.eu/wp-login.php?loginGoogle=1, does not match the ones authorized for the OAuth client. Visit https://console.developers.google.com/apis/credentials/oauthclient/231251999581-3dsohra4dosrb7i1sj17fe8a79vv8s1j.apps.googleusercontent.com?project=231251999581 to update the authorized redirect URIs.
Request Details
access_type=offline
approval_prompt=auto
scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
response_type=code
redirect_uri=https://www.weggeefwinkel.eu/wp-login.php?loginGoogle=1
client_id=231251999581-3dsohra4dosrb7i1sj17fe8a79vv8s1j.apps.googleusercontent.com
So when I select: OAuth 2.0-client-ID’s in Google
you can’t give an url with this: https://www.weggeefwinkel.eu/wp-login.php?loginGoogle=1
it says: NO URL WITH A PATH OR * is allowed… what should I do?
PHP Fatal error: Uncaught exception ‘apiAuthException’ with message ‘Error fetching OAuth2 access token, message: ‘invalid_grant” in /var/www/html/wp-content/plugins/nextend-google-connect/sdk/auth/apiOAuth2.php:105\nStack trace:\n#0 /var/www/html/wp-content/plugins/nextend-google-connect/sdk/apiClient.php(138): apiOAuth2->authenticate(Array)\n#1 /var/www/html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(143): apiClient->authenticate()\n#2 /var/www/html/wp-content/plugins/nextend-google-connect/nextend-google-connect.php(117): new_google_login_action()\n#3 [internal function]: new_google_login(”)\n#4 /var/www/html/wp-includes/plugin.php(525): call_user_func_array(‘new_google_logi…’, Array)\n#5 /var/www/html/wp-login.php(409): do_action(‘login_init’)\n#6 {main}\n thrown in /var/www/html/wp-content/plugins/nextend-google-connect/sdk/auth/apiOAuth2.php on line 105
]]>I like to utilize Android oAuth and not Web application, because show to download my android app after login. Can I? How?
]]>We cannot get the Connect With Google+ Button using the shortcodes provided by the plugin in Nextend Google Connect Settings.
When we follow the same procedure like for Facebook and Twitter for google there is no Image shown. Please provide the remedy for the same.
Hello,
I would like to know how to limit the logins / registrations only to users who have @mydomain.com accounts.
]]>Instead of a page where I can add my domain I get taken to a page telling me the O’auth 1.0 is no longer supported.
Can you help please?
]]>Great plugin, but is there any way to make the Google Connect open in a new popup window? Take imgur or 9gag for example. Google registration pops up in a new window there.
]]>How can I change the Google user avatar picture size? The default size is 64x64px which is a too low resolution for our needs. We need to get it at least 200x200px big.
Can someone please tell me what to change in this code in nextend-google-connect.php file: `// @jamie Bainbridge fix for Google Avatars
$userJSON = @file_get_contents(‘https://picasaweb.google.com/data/entry/api/user/’ . $u[‘id’] .’?alt=json’);
if($userJSON){
$userArray = json_decode($userJSON, true);
if($userArray && isset($userArray[“entry”]) && isset($userArray[“entry”][“gphoto\$thumbnail”]) && isset($userArray[“entry”][“gphoto\$thumbnail”][“\$t”])){
update_user_meta($ID, ‘google_profile_picture’, $userArray[“entry”][“gphoto\$thumbnail”][“\$t”]);
}
}`
Thank you in advance!
]]>Do you suppose you could update the setup instructions on this plugin? Google has evidently changed their layout because the instructions are not matching up with what I see in Google.
]]>IF I login via this plugin in my https site : https://www.pigo.idv.tw
My avatar url will be : https://lh3.googleusercontent.com/-OQ9YHlsHoL0/AAAAAAAAAAI/AAAAAAAAAAA/tVQOuEwjecA/s64-c/118355953677752641573.jpg
brower will block Mixed Content: The page at ‘https://www.pigo.idv.tw/’ was loaded over HTTPS, but requested an insecure image ‘https://lh3.googleusercontent.com/-OQ9YHlsHoL0/AAAAAAAAAAI/AAAAAAAAAAA/tVQOuEwjecA/s64-c/118355953677752641573.jpg’. This request has been blocked; the content must be served over HTTPS.
]]>Hi, I would like to setup and at page Nextend Google Connect Settings
The link Error: “404. That’s an error.”
Please help
Thank you
Hi,
after logout of Google and wordpress, I can still login without authentication.
Can you solve this? I’ve seen that you don’t answer to the same question by davidchoy having title “After logging out (of Google and wordpress), I can login without authenticating.”
Thank you
]]>Hi,
Can I allow only users having a specific domain to use Google connect?
We’ve google email with our domain.
Thank you
]]>I’m not sure what happened. But the buttons stopped displaying on my login page, any help would be appreciated!
]]>When clicking on
Add your domain to Google system!
this appears:
Important: OAuth 1.0 has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy but we encourage you to migrate to OAuth 2.0 as soon as possible. For details about how to do this, see Migrating from OAuth 1.0 to OAuth 2.0. To get help on Stack Overflow, tag your questions with ‘google-oauth’.
I tried to find out if I could fix this, but i couldn’t. Could you please have a look what is going wrong?
]]>I installed and activated Nextend Google Connect to integrate our company’s WordPress intranet helpdesk with our Google Apps for Business accounts. I followed all the setup instructions, yet when I try to register/login with the NGC button, I end up with a blank white static page at https://our.internal.domain/login?loginGoogle=1 and I am not able to register nor login.
Please advise.
Thank you for your time and support.
]]>Hi,
1.on settings page there are twice: New User prefix
2.sometimes the username become: just “google”
3.what with same name of google account? not like in facebbok plugin
4.after loggin or changeing google account, it still can login to wordpress
5.after deleting or unlink the user, it can still login
facebook plugin works great, but this one not
Thanks
I have uncheck the “anyone can register” button in WP settings, however when any random google user goes to my site, they can register in one click.
How can this be prevented?
I want only existing users to be able to login via google connect.
]]>i guess its something regarding cookie storage. let me explain the case.That will be better.
if i’m already authorised with google account, redirections works perfect.
attempt 1:
Suppose, if i open my site in incognito:
after redirection, it returns to homepage instead of returning to the page from where i initiated login.
attempt 2:
without closing the incognitp browser, if user is logged out and login once more. redirection works. ( it returns to to the page from where i initiated login )
Is this migration planned?
https://developers.google.com/accounts/docs/OpenID#shutdown-timetable
]]>