I installed drupal 7 hybridauth https://www.drupal.org/project/hybridauth. I configured the module for Google, Facebook, Twitter and LinkedIn. They are working well except Google. According to the HybridAuth Module instruction I went to https://code.google.com/apis/console#access. Then I created application using "Create new Client Id" button and set all information that I did for others social login.
After that I tried to login using the google auth link but they shows an error "There was an error processing your request!". I was googling more time. But I can't fix that.
Then I went to see my drupal site's logs. I found the following error message -
Location: DOMAIN-COM/drupalsocialauth/hybridauth/window/Google?destination=node&destination_error=node
Message: Exception: User profile request failed! Google returned an invalid response. in** Hybrid_Providers_Google->getUserProfile() (line 87 of /home/pydream/public_html/drupalsocialauth/sites/all/libraries/hybridauth/hybridauth/Hybrid/Providers/Google.php).
Can you help me to fix it?
Thanks for you time.