madax80
#1
where can i find twitter rss feed ???
episod
#2
thanks so much! was lookin’ all over the place for this lol
Thanks finally there it is…
Does anyone know about posting twitter rss feed to LinkedIn groups?
I’ve tried:
https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=nera_update
As well as other addresses and I continue to get the message:
“The URL you entered is not a valid RSS or Atom feed. Please check the URL and try again.”
A BIG thank you! The URL worked for my blog. I wish Twitter made it easier to find. But, again, GREAT JOB!
i tried entering into linkedin news fed https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=footballjobs but got error
The URL you entered is not a valid RSS or Atom feed. Please check the URL and try again.
can anyone help?
it’s not too late to say thank you!!!
mdgio
#10
@episod - No longer functional. Returns:
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.
Hi, I was working with a simple way to call single tweets on a client’s website, but suddenly stopped and now I can’t fund a way to make it work, not sure about this API 1.1 thing but the way I used to call the tweets was with:
<?php
include_once(ABSPATH . WPINC . ‘/feed.php’);
$rss = fetch_feed(‘https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=randeturner’);
$maxitems = $rss->get_item_quantity(4);
$rss_items = $rss->get_items(0, $maxitems);
?>
Some of you guys knows what to place instead to accomplish the same thing?
Thanks a lot!
A.-
Can we have the instruction how to do that…Thanks in advance
Is this functionality still available? When I go to https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=msimonovich, I get the following error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.
How do I migrate to API v1.1
excellent option @KornmannLab, now my rss works perfectly.
Nice!, but can you add something like:
<?xml version="1.0" encoding="UTF-8"?>
to the top? I’m using “Feedreader” and, just like Chrome, it needs an xml header.
As an example, for the URL
Chrome shows missing XML header:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
NYTimeskrugman: Aggregate Supply, Aggregate Demand, and Coal http://nyti.ms/10U7sQE
NYTimeskrugman: Aggregate Supply, Aggregate Demand, and Coal
http://nyti.ms/10U7sQE
Thank you!