Marko-M / Inchoo_SocialConnect

SocialConnect Magento extension (login with Google, Facebook, Twitter or LinkedIn)
http://www.techytalk.info/magento/socialconnect/
Open Software License 3.0
139 stars 94 forks source link

Can not login with google account #54

Closed pushpendra07 closed 7 years ago

pushpendra07 commented 8 years ago

Hi,

I am trying to login with google account but in the end of process, it's show error "Unspecified OAuth error occurred". How can I solve this isssue.

WEBXARC commented 8 years ago

Same here

lukos commented 8 years ago

This means any of the http requests has returned a 400 or 401 error. To debug this, enable Magento logging since the response code and body are logged using Mage::log. It is always possible that Google have made some breaking change but more likely that you have a malformed client id or secret or haven't quite copied it correctly.

Magento comes with a built-in logging facility which can be enabled and configured in the back-end under System > Configuration > Developer