Hi,

I am facing problem while set up and authorize google account to set up google analytics report on one of my drupal application.

Whenever I click to setup and authorize my google account to generate google analytics report, it navigates me to a google page where message display like google no longer supports Oauth 1.0 protocol for authentication.

As google now uses Oauth 2.0 Protocol for authenticating third party services, I am facing this problem, and google analytics report module required Oauth module for authentication.

Is Oauth module is not using Oauth 2.0 Protocol???...or any other reason.??

Please help me out to find a solution for this problem.

Thanks
Himanshu Sharma

Comments

Himanshu5050’s picture

Priority: Critical » Major
juampynr’s picture

Status: Active » Closed (works as designed)

OAuth module implements the 1.0 protocol, which is used by many providers such as Twitter or Flickr.

If you want to integrate with a provider through OAuth 2, have a look at https://www.drupal.org/project/oauthconnector.