Closed (cannot reproduce)
Project:
Twitter
Version:
6.x-3.0-beta3
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 00:28 UTC
Updated:
16 Jun 2011 at 13:24 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| twitter.png | 16.32 KB | grodrigu |
Comments
Comment #1
venutip commentedI 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.
Comment #2
santhoshabraham commentedSame here! subscribe
Comment #3
eatsleepdev commentedI 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"
Comment #4
venutip commentedThank you, @eatsleepdev. This was my problem too. Wild.
I'm on Centos 5 so my process was slightly different:
mv /etc/localtime /etc/localtime.bakln -s /usr/share/zoneinfo/America/New_York /etc/localtimeyum install ntpchkconfig ntpd onntpdate pool.ntp.org/etc/init.d/ntpd startComment #5
agileware commentedI can confirm this fix worked for me too.
Comment #6
Michsk commentedAnd if you can't change the servers timezone?
Comment #7
agileware commented@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.
Comment #8
Michsk commentedIt 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.
Comment #9
michaek commented#8: Out of curiosity, which version did you install?
Comment #10
Michsk commented6.x-3.0-beta3
Comment #11
michaek commentedThough the solution seems inconsistent, I'm going to mark this as closed.