Closed (fixed)
Project:
Activity Stream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Jul 2008 at 01:21 UTC
Updated:
28 Jul 2008 at 03:52 UTC
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
Comment #1
spiffyd commentedUpdate: 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?
Comment #2
spiffyd commentedComment #3
akalsey commentedThere'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.
Comment #4
akalsey commentedComment #5
spiffyd commentedOkay. Problem solved.
My Twitter's account's "Protect my updates" was selected. Unchecking it fixed it immediately...