The twitter-search tag has no wiki summary.
0
votes
2answers
14 views
Unable to get more than 7 days of tweets using search.twitter.com
Is it possible to get more than 6-9 days old data(tweets) using "https://search.twitter.com/search.json?q=" I've tried multiple things mentioned at https://dev.twitter.com/docs/api/1/get/search and ...
0
votes
0answers
47 views
Can Twitter API search for all latest tweets from a country, rather than a geo co-ordinate?
I want to search for the latest Tweets from the UK but currently the closest I've found is being able to search a radius from a given co-ordinate e.g.
...
0
votes
1answer
43 views
PHP std::Class check if attribute exists
I am using Twitter Search API and it returs an array of objects. I have to check for each object if it contains ['media'] array. Below is one of the objects with media attribute.
object(stdClass)#56 ...
0
votes
0answers
42 views
Can you use SuperTweet to read and search Twitter API 1.1?
I'm using an Arduino to access the Twitter Search API 1.1. However, I'm finding it very difficult to do the new OAuth process. Further, doing the new OAuth process on the Arduino is very costly in ...
0
votes
0answers
20 views
Smartly query Twitter Api
I'm trying to figure out a way to get the 3-5 most recent tweets of a given Twitter user's followers. However, in terms of the number of requests I would have to make for this are huge - at one ...
0
votes
1answer
90 views
Twitter Search Api Getting Username and User's Real Name
I am trying to develop a twitter search engine by reference of https://dev.twitter.com/docs/api/1/get/search. I am faced to a problem; I searched about it I could not find anything.
$.ajax({
...
0
votes
0answers
16 views
twitter seach api empty query string (to mean anything)
The twitter search api mandates a query string as per the documentation.
I am trying to get the last 100 tweets in a given location (geo code).
What should be the query string that i should use.
I ...
0
votes
0answers
181 views
twitter4j 3.0.3, Twitter Search API - finding tweets with place object of type “poi” for a city
I'm trying to collect a dataset for a uni project. I want to collect tweets from a city area that have a Place specified with the tweet (check-in) and this Place object is of type 'poi'.
Using ...
2
votes
1answer
273 views
Is the search.twitter.com API going to become deprecated in March 2013?
I've started to read something about certain Twitter API 1.0 deprecation deadline around march 2013, inviting all their users to migrate onto the 1.1 version of said API. The main difference between ...
0
votes
0answers
44 views
Twitter search api: the difference between to_user_id and in_reply_to_user_id
I'm trying to figure out which tweets are replies to a previous tweet using the search api. I thought the in_reply_to_status_id field and in_reply_to_user_id field would give me the id of the tweet ...
0
votes
1answer
648 views
Get Tweets with Pictures using twitter search api
Is it possible to get tweets which contain photos? I am currently using twitter search api and getting all the tweets having entity details by setting include_entities=true. I see picture details ...
0
votes
0answers
29 views
Search for tweets i retweeted using twitter search box
am trying to use twitter search to get the tweets i retweeted ,
after lots of search a found that this process can done using twitter api
but here am asking , can i get this data using
twitter ...
0
votes
1answer
130 views
Exclude replies from official twitter search widget
I have a twitter search-widget on my site with the following search: from:account_name.
But it now shows my twitterstream with all the replies to. I want to exclude those from the list.
Does anyone ...
0
votes
1answer
67 views
Twitter GET Search returns empty result
I'm a little surprised the behavior of Twitter's search get method.
Few weeks ago i created twitter acount for testing. I used search get method to parse tweets, like this:
...
1
vote
1answer
138 views
Twitter search API results not reflective of advanced search function
I am interested in checking for tweets within a 300mi radius of Detroit with the query tigers. Here is the link I have been using for my python program:
...
1
vote
1answer
529 views
Twitter OAuth: users/search works but search/tweets does not
I want search for tweets in twitter. It is not working.
$parameters = array('q' => 'oauth');
$result = $connection->get('search', $parameters);
But when I do a user search it working ...
0
votes
0answers
136 views
Twitter Search API multiple has tags or users
I am trying to query the Twitter Search API for either a user, several users, a hashtag, several hashtags, or any combo of them. I am struggling with the syntax.
Multiple users (WORKS)
?q=from:user1 ...
0
votes
0answers
95 views
Twitter: limited popular results in search API
When I call Twitter search API with *result_type=popular* it seems to be limited to 3 results, do you know if there's a way to skip this limit? I need most retweeted results so the nearest approach I ...
0
votes
0answers
129 views
How to make difference between tweet and retweet within the Twitter Search API
The Twitter search API provide the retweet count of a tweet, but not if the tweet itself is a retweet or not.
I thought first to make a regular expression on the tweet that find "RT" but if the user ...
0
votes
1answer
50 views
Twitter Search API - Over 20 terms
I am attempting to pull several @user and #hashtags from the twitter search API. The complexity of the query is causing a 403 error. Wondering what the recommended work around for this is.
My thought ...
0
votes
1answer
54 views
twitter GET search backup-system
I am using the Twitter GET search for retrieving tweets from a specified account, hashtag etc. etc.. But the Twitter GET search has it's limitations: it has a timelimit of 6 to 9 days of visible ...
0
votes
0answers
43 views
twitter public search widget hide first five tweets
hiii,
I am using twitter public search widget on my website.
now what i want to do is to show the first five or top five tweets on the index page of my site which is an easy job as i just have to ...
0
votes
0answers
169 views
Twitter Search API page parameter limit, but max_id not the same
there's a strange behaviour in my Twitter Search API application looking for specific hashtags.
In short, I successfully built the pagination with two ajax loads based on different API parameters:
...
0
votes
1answer
168 views
Regarding twitter search API request limit
On the twitter Rate Limiting page(https://dev.twitter.com/docs/rate-limiting) it says
"Unauthenticated calls are permitted 150 requests per hour. Unauthenticated calls are measured against the ...
1
vote
0answers
46 views
Twitter search api same Return result
Sometimes am getting SAME return values from twitter search api based on geo location even though the request parameters are different. Can any one help me to understand why this is happening...is ...
1
vote
2answers
238 views
Twitter Search API Rate Limit Zend
We are trying to create a app which allows the user to display the latest twitter news on 20 football teams. We are using Zend_Service_Twitter_Search with the football team query e.g. "Arsenal".
...
0
votes
1answer
163 views
Tweeter search api asynchronous fetching of searched tweets
Currently I am fetching tweets in my iphone application using tweeter search api.
Now my question is that how can I know that new tweets are tweeted by other users?And how can I fetch asynchronously ...
0
votes
2answers
303 views
Twitter search api entities with media not working with Json.net for Windows phone Mango silverlight
Below is my returned json from twitter
{
"created_at": "Sat, 11 Feb 2012 06:38:28 +0000",
"entities": {
"hashtags": [
{
"text": "Shubhdin",
"indices": [
9,
18
...
0
votes
1answer
1k views
twitter: search hashtags in a twitter list
i'm trying to use 'Twitter Search Widget' here searching an #hashtag in a 'Twitter List', but i can't fix the exact query. Someone did it before me?
Thanks in advance, sorry for my poor english.
...
0
votes
1answer
76 views
why do i only see one tweet in the search from API Query?
I'm using the following query:
https://twitter.com/search.json?callback=?&q=from:_adeel&count=5&include_entities=true&include_rts=true
and I would like to see the last 5 tweets from ...
0
votes
1answer
2k views
Monitor Twitter for multiple words / hashtags?
I'm currently using a script on my page to retrieve each time a new item on Twitter with a certain word. The script uses the URL http://twitter.com/#!/search?q=mySearchWord.
The script is inspired by ...
0
votes
1answer
236 views
Twitter seach API: get more results and since a specified date
I’m working on a simple search machine for Twitter where I want to extract all search results of an word (or words) since the dawn of time (or anyway Twitter). Is that possible?
I can only retrieve ...
1
vote
2answers
81 views
Distributing Twitter Widget Among Application Users
Hey guys is there anyway to circumvent the Twitter rate limit by using a Twitter widget and embedding it in the end users browser? In other words would using Twitter Search widget apart of the user's ...
1
vote
1answer
162 views
Require your help for Twitter Search API
As there are 2 response format(Atom and Json) from Twitter search api, i am trying to fetch the twits(Json format) by using the URL:[http://search.twitter.com/search.json?q=pareshmayani], but you know ...


