Hello,

I've read that it should be possible to display tweets with the aggregation module in core.
found here.
http://sivaji.drupalgardens.com/adding-tweets-drupal-site-without-twitte...

The Twitter URL I am using
https://twitter.com/statuses/user_timeline/Vetshealing.rss
I also tried this format
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=Vetshealing&count=200

These URLs produce a valid RSS feeds in my browser but they don't seem to work in Drupal's Aggregator :(

I get these messages when I am in the configuration panel for Aggregation I get these message.

    The feed from Twitter Feed Example seems to be broken, because of error "400 Bad Request".
    There is no new syndicated content from Twitter Feed Example.

The obvious answer would be its a syntax error but I don't think that's the case.
What am I doing wrong here?

Edit: I'm working with a brand new install of D7

Comments

lomo’s picture

See you at the Drupalcon!

nvisioncurtis’s picture

Yeah I tried that (with Cap V). I even tried the URL used in the example.

Should work as far as I can see. I found other posted from 2009 and 2010 that indicates a similar issue. No real solution for me :(
http://drupal.org/node/566938

I'm stumped. Oh well, I guess I will onto a not Aggregator solution.

The twitter Block module works kind of ... It won't display tweets if set to "tweets send by user" But the other options do work. It has an odd behavior I don't understand.

couturier’s picture

From http://drupal.org/node/1811444

I've been using the Feed Aggregator in Drupal 7 core to get Twitter coming into my site, and suddenly it showing that it cannot connect. I found a solution. Previously, I had the Twitter feed in a URL in this format:

http://twitter.com/statuses/user_timeline/thefashionbelle.rss

This is what broke in October 2012. Now, I found success using this format for the feed:

https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=thefashionbelle