Followed this page: http://fatedtoend.com/content/how-get-drupal-post-updates-twitter-again-...

Registered my application and received a consumer key and consumer secret code, and copy and pasted them into twitter setup.

Once I go to a user to "add account" step and click the button, I get the following message: "Woah there! This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again … it was probably an honest mistake."

Not sure what I need to do to be able to add my twitter account. Any help is appreciated.

CommentFileSizeAuthor
twitter.png16.32 KBgrodrigu

Comments

venutip’s picture

Priority: Normal » Major

I have the same issue. I followed the steps listed here, except with the beta3 version of Twitter:

http://drupal.org/node/404470#comment-3415614

Clicking "Add Account" takes me to the following URL:

http://twitter.com/oauth/authorize?oauth_token=

This happens whether I'm logged in to Twitter or not. Not sure what, if anything, I am doing wrong. Happy to provide any additional information needed.

santhoshabraham’s picture

Same here! subscribe

eatsleepdev’s picture

I had the same issue. I fixed it by making sure my server's time/zone was set correctly.

If you're on ubuntu, try this:

Set your timezone: "dpkg-reconfigure tzdata"

Sync time: "ntpdate ntp.ubuntu.com"

venutip’s picture

Thank you, @eatsleepdev. This was my problem too. Wild.

I'm on Centos 5 so my process was slightly different:

  1. Back up /etc/localtime:
    mv /etc/localtime /etc/localtime.bak
  2. Create a symlink:
    ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
  3. Install ntdp:
    yum install ntp
  4. Turn it on:
    chkconfig ntpd on
  5. Sync:
    ntpdate pool.ntp.org
  6. Start:
    /etc/init.d/ntpd start
agileware’s picture

I can confirm this fix worked for me too.

Michsk’s picture

And if you can't change the servers timezone?

agileware’s picture

@lasac:
Then ask someone who can to check it for you to make sure it is correct.
Your server administrator or hosting provider or whoever that may be.

Michsk’s picture

It is fixed without the changing the server timezone. Reinstalled the module and reinstalled oauth and now it work, also clearded cache and reset the twitter code.

michaek’s picture

#8: Out of curiosity, which version did you install?

Michsk’s picture

6.x-3.0-beta3

michaek’s picture

Status: Active » Closed (cannot reproduce)

Though the solution seems inconsistent, I'm going to mark this as closed.