Closed (cannot reproduce)
Project:
Twitter
Version:
6.x-3.0-beta3
Component:
Twitter Actions
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2011 at 11:44 UTC
Updated:
13 Jun 2011 at 04:09 UTC
Hi,
I just realized that there have been changes with Twitter and Oauth as I updated an older project a few days ago. Before the changes it was possible to publish a tweet by a rule action. Now it does not work anymore although I installed Oauth module and updated the settings. Might it be neccessarry to make some further settings so that the Tweet can be published by a rules action?
Best,
Tobias
Comments
Comment #1
tobiberlinnoone else with such an issue?
Comment #2
pydubreucq commentedHi,
I have the same problem...
Did you find a solution ?
Thanks bye advance
Best Regards
Comment #3
tobiberlinnot yet, it still remains an issue :-/
Comment #4
AAntonio commentedsame problem here :/
Comment #5
pydubreucq commentedHi,
Sorry, I'm French and I don't speak english very well...
I found a way to post with rules action.
You can find it here :
http://drupal.org/node/1004712#comment-4154132
My %title isn't good with that.
Or another solution, is to create a rss views and use it with a ping.fm service... but it's not the best way...
Bye ;)
Comment #6
tobiberlinHi,
the solution mentioned in #4 did not work for me. Nothing changed: the Tweet was not published and got no error messages either in wathcdog nor in error log of my server.
Best,
Tobias
Comment #7
escore commentedMy suggestion for a solution to another user can be found at http://drupal.org/node/1135026#comment-4389566. It was specifically to tweet using the logged in user's Twitter account, rather than a global account, but I can't really tell from your question if that was what you wanted.
Comment #8
tobiberlinwant to push this
Comment #9
dinis commentedExactly the same issue here.
Rule triggers, events before and after the publish rule trigger, but the tweet part does not complete.
Comment #10
dinis commentedFound the problem for me.
For whatever reason, my Twitter API connection (twitter.com/apps) had reset itself to read only and not read/write.
Reset that and it's working again.
Comment #11
dinis commentedOne caveat I've found is that I'm no longer able to post the same message twice and have to change the text in the message each time.
Might be something set in the Twitter API, I'll investigate.
Comment #12
escore commentedTwitter stops identical messages for a certain period of time to block spam. I don't know how long you have to wait, but it may be up to 24 hours. Good to know when you're testing...
Comment #13
tobiberlin#10 was not the issue for me - the setting is "read & write". going crazy about this issue!!!!
Comment #14
berenddeboer commented#10, had same issue, read only access. Changed that to read/write but things still not working out of the box.
Comment #15
berenddeboer commentedAs I removed my app and recreated it, I forgot to grant the new app access to my twitter account. That creates an "Invalid application" exception in Twitter.call(), unfortunately that is not logged nowhere.
Follow the tips here to really setup your app correctly again or see #963264: Clickto-posting to twitter -OK!.
PS: I'm using the dev version.