Hi,
I have checked the error and it says “User profile request failed! Google returned an invalid response”. So there is something wrong while creating the API credentials. I would suggest you create the API credentials again and check if works. Also, make sure that you have enabled Google+ API while creating the credentials. Here are the steps for your information:
- Go to: https://console.developers.google.com
On the Dashboard sidebar click on Project then click Create Project
- Once the project is created. Select that project, then APIs & auth > Consent screen and fill the required information.
- Then APIs & auth > APIs and enable Google+ API. If you want to import the user contacts enable Contacts API as well.
- After that you will need to create a new application: APIs & auth > Credentials and then click Create new Client ID.
- On the Create Client ID popup :
Select Web application as your application type.
Put your website domain in the Authorized JavaScript origins field. This should match with the current hostname.
Provide this URL as the Authorized redirect URI for your application:
https://www.adskhan.com/wp-content/plugins/uwp_social/vendor/hybridauth/?hauth.done=Google
Once you have registered past the created application credentials (Client ID and Secret) into the settings
Let me know if you have any queries.
Regards,
Patrik