[twitter-dev] Finding RT or replies

2010-12-20 Thread Stu
Hi all, Just wondering if there is a section of the API, possibly in the REST API, that allows me to find all the replies and RTs to a given tweet? I'll have the ID of that tweet. Am I able to pass this to the API somewhere? Thanks, S. -- Twitter developer documentation and resources: http://de

[twitter-dev] Streaming API & filter terms

2011-02-05 Thread Stu
Hi, I have a question about the streaming API. We're currently consuming the Spritzer stream, this is fine. However, if we use the filter with a keyword filter, let's say 'boats', does this give us just a subset of the spritzer stream or does it give 'boats' across the whole of Twitter? Saving C

[twitter-dev] Re: Finding RT or replies

2011-02-05 Thread Stu
llo, Stu. > > Here's the method you are looking > for:http://dev.twitter.com/doc/get/statuses/:id/retweeted_by > > > > > > > > On Sun, Dec 19, 2010 at 9:56 PM, Stu wrote: > > Hi all, > > Just wondering if there is a section of the API, possibl

[twitter-dev] Determining if a tweet is a retweet from the search API

2011-02-26 Thread Stu
Hi, In the REST and Streaming API, if a tweet is an (official) retweet the data returned has a retweeted_status field. If I'm using the Search API this doesn't appear to be present. Is the only way to find out if a returned tweet is a retweet to look each tweet up in the REST API? If so, I'm goin

[twitter-dev] Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Stu
Hi, I have a pre-question before my question. With the search API's geocode based search, if it falls back on the user's profile information does it use GPS positions in their profile or some location such as 'London'. The problem is that I need much greater precision than that. Thus, if I perfo

[twitter-dev] Re: Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Stu
give what you need through locations > method.http://dev.twitter.com/pages/streaming_api_methods#locations > > > > > > > > > > On Mon, Mar 21, 2011 at 12:22 PM, Stu wrote: > > Hi, > > I have a pre-question before my question.  With the search API

[twitter-dev] Re: Conversation stream

2011-04-01 Thread Stu
I'd be really interested to know if this function becomes reliable and incorporated into the API. I can't actually get it to work at the moment though, I get Twitter's 'The page you were looking for doesn't exist' sent back... S. On Mar 31, 1:51 pm, George wrote: > Hi Folks, > > My team is work

[twitter-dev] Re: Conversation stream

2011-04-01 Thread Stu
API sends back, stepping through the conversation as you go.. but unless you have the full streaming API this requires lots of calls to the REST api, and you'll get rate limited fairly soon. :-( S. On Apr 1, 10:39 am, George wrote: > Hi Stu, > > I'm also interested in the men

[twitter-dev] Geo API. "Londra" v.s. "London"

2011-06-10 Thread Stu
Hi, I'm having a strange problem. I'm calling the geo search API using this URL: http://api.twitter.com/1/geo/search.json?lat=51.52364784612407&long=-0.04422773387148005&accuracy=50m&granularity=poi And the the full_name of the poi's contains 'Londra' rather than 'London'. The lower details rep