[twitter-dev] Re: what happen if auth token inside search api?

2011-05-12 Thread Rich
You can't unless you have already cached their timeline by either being someone following that user or you are authenticated as that user. Even then you have to write the logic to search their timeline. On May 12, 3:09 am, jimmy6 laise...@gmail.com wrote: Then how can i search private twit?

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-12 Thread Damon Parker
So private feeds aren't indexed by Twitter at all and thus are never searchable? -- damonp Sent with Sparrow On Thursday, May 12, 2011 at 8:44 AM, Rich wrote: You can't unless you have already cached their timeline by either being someone following that user or you are authenticated as that

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-12 Thread Taylor Singletary
Correct, the Search API's archive represents only publicly issued tweets. @episod http://twitter.com/episod - Taylor Singletary On Thu, May 12, 2011 at 7:14 AM, Damon Parker cartmet...@gmail.com wrote: So private feeds aren't indexed by Twitter at all and thus are never searchable? --

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-12 Thread Damon Parker
Thanks for the response, but didn't quite answer my question. I was asking about indexing mainly and not specifically just the Search API. Twitter doesn't index any private feeds? If they aren't indexed then they will never be searchable... not just not searchable in the current version of

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-12 Thread Taylor Singletary
It's unknown whether a future incarnation of the Search API might allow for searching against a user's specific timeline of tweets -- whether protected or not. There is a definite future where authentication will be used with Search, but that doesn't necessarily mean it will offer scoping features

[twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
If it is the case, how can i get/search private twit? On May 10, 10:23 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: The Search API will ignore any authentication that you send its way -- it doesn't know anything about authentication. @episod http://twitter.com/episod - Taylor

Re: [twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread Matt Harris
Hi Jimmy, The Search API only indexes public Tweets so it doesn't know about Tweets from protected users. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, May 11, 2011 at 8:29 AM, jimmy6 laise...@gmail.com wrote: If it is the case, how can i

[twitter-dev] Re: what happen if auth token inside search api?

2011-05-11 Thread jimmy6
Then how can i search private twit? On May 12, 2:04 am, Matt Harris thematthar...@twitter.com wrote: Hi Jimmy, The Search API only indexes public Tweets so it doesn't know about Tweets from protected users. Best, @themattharris Developer Advocate, Twitterhttp://twitter.com/themattharris