Questions tagged [twitter-feed]

The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions.

The Twitter feed is basically a list of certain Twitter posts (or so called tweets) that match certain conditions. Examples for such twitter feeds are:

  • User feed - a list of tweets of a particular user.
  • Hashtag feed - a list of tweets that contain a certain hashtag.
  • Search feed - a list of tweets that match a certain search query in Twitter.
  • List feed - a list of tweets from a specific list of users.
  • Collection feed - a list of tweets from a collection - collections are timelines which are curated by Twitter users.

A twitter feed might also consist of a mix of the above examples, or any other custom conditions.

Generally, Twitter Feeds can be created by:

73 questions
10
votes
2 answers

Twitter search (atom) API - exclude retweets

I am using the Atom search API from Twitter. Now I present all (newest 5) tweets with a certain word. But unfortunately, many people retweet this one post and I get the same post 5 times. Can I exclude retweets? If so, how?
planIT
  • 241
  • 1
  • 2
  • 8
7
votes
3 answers

Is it possible to get a RSS feed of a reddit with links to posts with X upvotes?

I created a subreddit that I am connecting to a twitter account via twitterfeed. Currently I have it pointed to this RSS feed. I would like to filter this RSS feed with posts that have X upvotes such that only the good posts reach the Twitter…
Bryan Denny
  • 27,363
  • 32
  • 109
  • 125
5
votes
1 answer

How do I get a twitter feed via a "username" query?

I currently have the following URL but it searchs for a keyword rather than just the users feed. http://search.twitter.com/search.atom?q=from%3AUSERNAME I want my users to be able to provide there username only and a feed be displayed on their…
Andrew
  • 9,967
  • 10
  • 64
  • 103
4
votes
2 answers

Twitter widget will not populate when display set to none

I am using Twitter's own Search Widget (Which can be seen here) on my site and it is contained in one of many switching tabs, basically consisting of divs that are hidden and shown according to which link is clicked. There's no need for code here…
igneosaur
  • 3,268
  • 3
  • 29
  • 44
4
votes
1 answer

Stream Twitter by search hashtag and then official twitter stream

How do I go about calling the twitter API in a way similar to http://socialmedia.duke.edu/#stayconnected We are looking to do the same type of thing. I cannot figure out what is calling to twitter though in the code. I can supply any needed details…
Matthew Snider
  • 129
  • 2
  • 8
4
votes
1 answer

Twitter Streaming API - tracking exact multiple keywords in exact order

I'm just beginning to play with the Twitter Streaming API. If I specify $sc->setTrack(array('just bought from')); This will correctly pull only tweets that have all 3 keywords - but doesn't maintain the order. 1) I want the keywords to appear in…
Gublooo
  • 2,550
  • 8
  • 54
  • 91
4
votes
4 answers

How to get all Twitter links?

There are lots of sites offering additional services to Twitter: hashtags.org tweetmeme.com repeets.com dailyrt.com backtweets.com They all have something in common: They seem to get all updates from Twitter. Otherwise, they couldn't offer such…
caw
  • 30,999
  • 61
  • 181
  • 291
3
votes
1 answer

Twitterizer - How to post a reply?

I'm using the Twitterizer wrapper for a new ASP.NET project. I have a gridview showing me the twitter timeline. I have a button in every row to reply to a specific status message. But i just reply a message like this: "@screenName this is a reply".…
ThdK
  • 9,916
  • 23
  • 74
  • 101
3
votes
1 answer

how to get latest tweets on my website?

I have a blog in twitter like twitter.com/myname and I want to get latest tweets of my blog to display on my website. so that my website reader will be updated about my twitter blog.
ppp
  • 331
  • 2
  • 5
  • 9
3
votes
2 answers

Should I use the Twitter API or just the RSS Feed?

Company I work for has set up a twitter handle, and on our website we're just gonna display like, the last 2 tweets. As we're only displaying, is there any advantage of using the API over just the RSS Feed from our profile page? I know the API has a…
andy
  • 8,775
  • 13
  • 77
  • 122
2
votes
1 answer

Twitter rate limit?

So I'm aware that twitter has a rate limit of 150 requests per hour. But for some reason I keep getting the error from twitter that I have reached my rate limit, which is impossible considering the amount of times I accessed it. I started monitoring…
Era
  • 23
  • 1
  • 3
2
votes
1 answer

Do I need OAuth to get public twitter status updates?

I just need to retrieve a public user feed, but some aspects of Twitter's documentation are terrible (unless someone else knows of a "What you can do with the API" page). Do I need to use OAuth for something as simple as that? Does registering an…
theazureshadow
  • 9,499
  • 5
  • 33
  • 48
2
votes
1 answer

Simple twitter feed - Dealing wit 150 connection limit

I am grabbing a a users twitter feed, and then cache it for 5 min. So I only actually connect to twitter 12 times an hour... But I still get the message Rate limit exceeded. Clients may not make more than 150 requests per hour. back in my feed.…
Alex
  • 1,535
  • 2
  • 16
  • 26
2
votes
2 answers

Android Studio - Get tweet image from twitter - Fabric

I'm getting a twitter feed in my Android Studio app, using Fabric for each tweet that has an image attactched, I wish to display the image how can I extract either a url to the image or a byte[]? I have found what looks like an array of bytes, but…
Natalia Sharon
  • 216
  • 2
  • 17
2
votes
1 answer

Twitter - Get users live tweets on my website instantly

I was checking out the stocktwits.com website. While signing up I provided them with my twitter username. Now whenever I tweet and if my tweet contains $ and a stock ticker symbol - it instantly appears on Stocktwits.com I am interested in…
Gublooo
  • 2,550
  • 8
  • 54
  • 91
1
2 3 4 5