Currently, Activity Stream is enabled on my Drupal 6.2 and works perfectly for Delicious and Feed options. I am not getting any Twitter updates. Any suggestions on where to look and/or debug? I have entered my Twitter username in the "Profile" settings. Could this be a Twitter server problem? Any advice appreciated. Thanks!

Comments

spiffyd’s picture

Update: I discovered Twitter RSS feeds now need authentication...

See: http://getsatisfaction.com/twitter/topics/why_is_the_rss_feed_not_workin...

On the other hand, after reviewing the Twitter Activity Stream module code, it seems like your Twitter USERNAME should not be used, but rather your USERIDNUMBER.

You can find this on the RSS Link URL on the bottom of your timeline...

http://twitter.com/[USERNAME] (scroll to the bottom, see RSS link)

Something like this... http://twitter.com/statuses/user_timeline/[USERIDNUMBER].rss

Still trying to find a way to authenticate feed in module code... suggestions any one?

spiffyd’s picture

Category: support » bug
akalsey’s picture

There's no need to authenticate the feed. The issue described on Satisfaction is for your friend's statuses, not your own. Your statuses are available via rss at either http://twitter.com/statuses/user_timeline/[userid].rss or http://twitter.com/statuses/user_timeline/[username].rss

Check your watchdog log and see if there's any errors in there for the Twitter module.

akalsey’s picture

Assigned: Unassigned » akalsey
Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)
spiffyd’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Okay. Problem solved.

My Twitter's account's "Protect my updates" was selected. Unchecking it fixed it immediately...