I've read through the documentation (http://drupal.org/node/1138274) as well as numerous threads in the issues queue but still can't get how to get this module to work for me.

After having installed all the modules I visited admin/settings/google-analytics-reports, entered the domain and clicked "start setup and authorize account". An "Invalid Token" message appeared at the next page. Looking through the thread I found more information which required me to go to https://www.google.com/accounts/OAuthGetRequestToken . Unfortunately, when I visit said page it shows the following message:

parameter_absent
oauth_parameters_absent:oauth_consumer_key&oauth_signature_method&oauth_signature&oauth_timestamp&oauth_nonce&scope

What do I do? Could someone detail out the steps please? Appreciate your response.

CommentFileSizeAuthor
#4 modules.jpg448.12 KBdrupalok
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

grendzy’s picture

Status: Active » Postponed (maintainer needs more info)

This usually means your web server is unable to make outgoing HTTP requests. One way to test this is to enable the update status module, and visit admin/reports/updates.

Are there any relevant messages in your log? (admin/reports/dblog)

sarhansg’s picture

Will give this a try and feedback to you. Been away for a while.

drupalok’s picture

same problem here... i cant get it to work -> "Invalid Token"

watchdog says

"Code: -111 - Error: Connection refused - Message:"

what does this mean? update status works fine in my site - i tried with OAuth V2 and V3 and I tried with recommended module versions as well as Dev versions...
is there any config i have to adjust in google analytics? or in drupal?

thanks a lot! i really need this!

drupalok’s picture

FileSize
448.12 KB

attaching screenshot of module versions (i want to get SEO TOOLS to run)

grendzy’s picture

drupalok - "connection refused" means that Google (specifically the URL https://www.google.com/accounts/OAuthGetRequestToken) refused the connection. Perhaps it was a temporary outage. If the problem persists you may have a problem with your network. Make sure your hosting provider allows outgoing HTTPS connections.

drupalok’s picture

thanks for the quick response... i will check the https situation and report back

nothinghere’s picture

Version: 6.x-1.x-dev » 7.x-1.0

Same problem here (D7 module) :
This module open https://accounts.google.com/OAuthAuthorizeToken?oauth_token&hd= and give "Invalid Token".

I'm going to http[s]://www.google.com/accounts/OAuthGetRequestToken and I have :

parameter_absent
oauth_parameters_absent:oauth_consumer_key&oauth_signature_method&oauth_signature&oauth_timestamp&oauth_nonce&scope

What should I do ?
It's on my own webserver, I'm allowing outgoing HTTPS connections...

Please, help !

drupalok’s picture

"hosting provider has to allow outgoing HTTPS connections"
that was MY problem..working fine now
thanks

nothinghere’s picture

Yes, hosting provider allows outgouing https connections. But it doesn't work.

What should I do to get it working ?

grendzy’s picture

nothinghere: please post the contents of your Drupal dblog report (a.k.a. watchdog) after the "invalid token" occurs.

grendzy’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fixed per #8.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.