i help run the invest.kilkenny.ie website. We have 3 twitter feeds on the page. 2 are working but the one not working is under Work. Whereas the other 2 are from a twitter account, Work is comprised of the list work-kilkenny created on the invest kilkenny twitter page (https://twitter.com/investkilkenny/work-kilkenny).
http://api.twitter.com/1/investkilkenny/lists/work-kilkenny/statuses.atom was working but stopped around 2-3 days ago. I have tried various options and looked online but to no avail yet.
I read on http://brodiesnotes.blogspot.ie/2012/10/has-twitter-killed-rss-feeds-yet.html that “”“List: there is no working RSS feed for lists - I tweeted with one of the Twitter API people and confirmed this. “””. Is it still possible at all to get a feed of tweets releated to work-kilkenny.
Other ones i tried…
http://api.twitter.com/1/statuses/user_timeline.rss?slug=work-kilkenny&owner_id=investkilkenny -> 401 Unauthorized
http://api.twitter.com/1/lists/statuses.json?slug=work-kilkenny&owner_screen_name=investkilkenny -> 404 Not Found
http://api.twitter.com/1/investkilkenny/lists/work-kilkenny/statuses.xml
Any help would be grateful. Thanks
episod
#2
ATOM format has been retired from the REST API. There’s no RSS representation of lists timelines. You have until March 2013 to choose either the JSON or XML v1 representations without authentication. After March 2013, you’ll need to use OAuth to request v1.1 JSON versions of timelines.
See:
[faq:11716]
So at the moment it is possible to get feed of list until March 2013 by choosing either the JSON or XML v1 representations without authentication?
episod
#4
Yep, until March 2013 you can use v1 API’s JSON or XML format without authentication.
I still can’t find way to get feed of twitter list on the drupal website. I noticed on
https://dev.twitter.com/discussions/10803?page=1
that for @DreamFlasher you mention addresses that should work, so i tried
https://api.twitter.com/1/lists/statuses.json?slug=work-kilkenny&owner_screen_name=investkilkenny&per_page=200&include_rts=true but get the error
The feed from Work seems to be broken, because of error “Not well-formed (invalid token)” on line 1
Any ideas?
Whats the best way to get list in RSS feed? I am trying to get it in my google reader
here’s an app that uses the v1.1 API, so it will keep working after the v1 API is dropped in march 2013: https://twitter-atom.appspot.com/
more background: http://snarfed.org/2013-01-16_atom_feeds_for_facebook_and_twitter
Check out this link to begin!
http://www.feeddude.com/