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
1
vote
1 answer

Twitter rate limit

I'm trying to use this: https://twitter.com/account/rate_limit_status.xml to check that i'm not going over the rate limiting on twitter. Problem is i'm making calls but the remaining-hits param does not seem to be reducing by as much as i'm…
Mike Rifgin
  • 10,409
  • 21
  • 75
  • 111
1
vote
1 answer

User's feed pulled using javascript/API

We are attempting to pull a user's twitter feed using javascript as JSON, and currently are just trying to save the url containing the JSON data to local storage. However, the url gives us the following error each time we attempt to access…
1
vote
0 answers

Twitter feed not displaying in Chrome

I have browsed the web trying to find a solution to this problem, many people have suggested disabling avast plugin, add blocker within chrome extensions yet none of these worked. the url is https://careers.telstra.com/ you will see half way down…
Code Ratchet
  • 5,758
  • 18
  • 77
  • 141
1
vote
2 answers

Twitter Api library? + retweeing

I am looking at the twitter api page https://dev.twitter.com/ and I noticed that they have already built libraries that are wrappers against the twitter api. So I am thinking this is the best way to go but I am unsure which C# library I should…
chobo2
  • 83,322
  • 195
  • 530
  • 832
1
vote
2 answers

bit.ly links in wordpress twitter status updates leads to 404

All the twitter status updates on the wordpress sidebar have bit.ly links. When I click on them, I get the 404 page because instead of going bit.ly/uniquenumber it tries to go www.domain.com/blog/"http://bit.ly/uniquenumber/" with…
1
vote
0 answers

Appication stopped when displaying twitter feed with twitter4j in android

I am working on my android project and I encounter this run-time error: Unfortunately, Example2 has stopped. All I want to do is just displaying twitter feed using twitter4j (twitter4j-core-3.0.3.jar), but there is an exception on this code: tweets…
ray9898
  • 91
  • 1
  • 9
0
votes
1 answer

parsing unicoded tweet using json python

There are a lot of posts regarding parsing twitter json, but none that I have seen solved my problem. This is code import json file = open('tweet', 'r') tweet = file.read() #{"geo":null,"text":"Lmao!! what time? I dont finish evening cleaning till…
Curiousity
  • 83
  • 2
  • 10
0
votes
1 answer

Twitter API Atom Aggregator with C#

My issue is that I have inherited the launch of a site which has a Twitter feed ticker placed as an absolute footer on the page. The administration has decided they do not want any retweets or @mentions included in the feed. I can see the feed is…
robabby
  • 2,160
  • 6
  • 32
  • 47
0
votes
0 answers

Twitter Feed in Flutter

I want to display the user's Twitter feed in the Flutter application. For that, I have created a Twitter developer's account and I am using twitter_api_v2 to get feed. But I am facing below error : Authenticating with OAuth 2.0 Application-Only is…
Khyati Modi
  • 630
  • 1
  • 9
  • 19
0
votes
1 answer

How do Twitter screen names and user ids actually work for feeds?

I am having trouble with inconsistency making API and RSS calls to Twitter status feeds. For API access it seems that for some Twitter accounts the screen name is sufficient, but often it's important to get the proper upper casing (e.g. DylanValade…
Dylan Valade
  • 5,565
  • 6
  • 42
  • 56
0
votes
1 answer

Twitter on Android (how to get Date and time of the feed )

Actually i am making an android application which is integrated with the Twitter Feeds. As i am able to get the corresponding tweets(feeds) of a specific user by the parsing of a JSONArray, which is coming from the twitter server. But the DATE and…
Rankush Kumar
  • 156
  • 2
  • 14
0
votes
1 answer

How do I parse JSON from a twitter search response

I am trying to write an application that display tweets in a geographic location on Android device using Android Java SDK. My question is how do I create the search query in twitter. Secondly once I have created the query how to I parse the JSON…
Archie
  • 161
  • 1
  • 8
0
votes
1 answer

How to add padding to a slider?

On this page: http://texting2web.co.cc/ (ignore the domain name, still waiting for my TLD to transfer :P) I have a Twitter slider, but I want it to have padding. Whenever I try to add padding to it, it cuts off for some reason. Ive tried a lot of…
Qasim
  • 1,686
  • 4
  • 27
  • 51
0
votes
1 answer

rails tutorial, feed with all users

I'm doing the rails tutorial and in it we make a feed like twitter with your own posts and following others. I wanted to know how I could take this feed an include all posts on the home page and only the specific user's on their page. Right now I…
Michael Peralta
  • 293
  • 5
  • 18
0
votes
1 answer

jquery regex in string (text and image)

I need need 2 things in jQuery (twitter like) regex a normal link check if the link is an image or an website/doc/etc (so i can use a lightbox or something). for example i have the following text from a json object: Hi i created this …
raymond.idema
  • 212
  • 5
  • 13