Closed (cannot reproduce)
Project:
Twitter
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2011 at 00:19 UTC
Updated:
22 Nov 2011 at 18:33 UTC
Users who select "Post to Twitter" when they add content are successfully posting to Twitter, however their activity is not shown in their profile, under the "Twitter" tab. Regardless of how many tweets they make successfully, nothing ever shows up in their profile. I'm getting ready to remove the tab because it seems useless.
Note that this is NOT the "Twitter Accounts" tab viewable when editing their account. Tha "Twitter Accounts" tab shows existing linked accounts and the button for adding more accounts, as expected.
Is something supposed to show up in "Twitter" tab of their profile? If so, it's not. Please advise. Thanks!
Comments
Comment #1
breitner commentedI have the same problem
Comment #2
Stupidscript commentedNote also that the users have selected "Import" in their "Twitter Accounts" section, however no tweets are being imported to Drupal.
Comment #3
beccapossibleI too am having this same issue. Nothing is showing in the block or the Twitter tab, even though I have successfully posted to the Twitter account and have Import checked in the Twitter configuration.
Comment #4
beccapossibleI believe this can be closed - tweets are not added instantly, but instead run on a cron (no clue how often). I ran cron manually and now I see all my tweets (fabulous!!).
To run cron manually and easily (click of a link), download the Devel module: http://drupal.org/project/devel
Or, you can simply put /cron.php at the end of your Drupal site's URL to run it manually as well. (like google.com/cron.php for instance)
Comment #5
Stupidscript commentedThis definitely seems to be the intention of the module, however it does not matter how many times cron runs ... manually or automatically ... the Tweets still do not show up.
BTW, you can run cron manually from the Admin -> Reports -> Status page without needing to install another module.
(Do any of this module's developers ever visit this queue?)
Comment #6
globalplayer commentedI had the same issue as you guys.
Here is mine solutions:
1. Check your Callback URL, this option is in /admin/settings/twitter
Callback URL:
http://yoursite.com/twitter/oauth
now put this Callback URL in your http://twitter.com/apps/
2. If you have http://drupal.org/project/me installed,
disable it and now check your twitter tab, remember to run cron first.
Let me know if this help.
Comment #7
Stupidscript commentedThank you for the suggestion, globalplayer.
Indeed, the callback URL set in admin/twitter/settings is identical to the one in twitter/apps. They are both:
http://example.com/twitter/oauth
If I could find an error message or some indicator of what is amiss, that might help. There's no error that I can find (specific to this issue) in watchdog or my server logs. I'm trying to reverse engineer the module to figure out where the hang up is.
I appreciate your offering.
Comment #8
tymoski commentedI'm having the same issue. The tweets are being pulled into the "twitter" database, but not displaying in the site. No error messages or log entries.
I created a custom view, and similarly, nothing shows in live preview. But if I copy/paste the query displayed into phpMyAdmin, I get all my tweets.
Comment #9
michaek commentedI believe this issue is resolved - not getting the tweets is a separate issue, and not seeing tweets until cron runs is by design. The view can definitely be configured to show tweets on the user profile tab - there's probably just something about your view that's got the module confused.
Comment #10
dela.deyoungster commentedThanks @StupidScript (peculiar name), Cron run worked for me.
Thanks again.
Comment #11
parameshrag commentedHi guys,
i have the same issue, but it is bit different, working fine with my friends username but now with my username "parameshrag".
anyone can you please help on this..
-Paramesh