[twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Juan Delgado
Hi Taylor, thanks for the answer.

I'm literally trying to do that, display all the tweets from our app.
We are adding some automated text to the tweet, but since we give
users the option to modify that text, we could be losing some tweets.

Do you have an example of searching that tweet source?

Thanks,

Juan

On Jun 13, 10:41 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Juan,

 There's no way to effectively retrieve all tweets sent by a given
 application using primary methods of any of our APIs. The Search API has
 some advanced operators that allow you to specify a specific tweet source
 (effectively the string of text that represents the application that posted
 the Tweet), but that operator must be used in conjunction with another
 portion of your query.

 One could also use the Streaming API to estimate a specific client's
 tweeting velocity by measuring from the sample hose (which represents 1% of
 the total tweets being posted) and extrapolate from there, but in the case
 of measuring a Twitter client's popularity this would not be super-effective
 since tweeting is just one activity that a client can perform.

 Is there something with that information you're specifically wanting to
 accomplish?

 @episod http://twitter.com/intent/user?screen_name=episod - Taylor
 Singletary

 On Mon, Jun 13, 2011 at 2:12 PM, Juan Delgado zzzar...@gmail.com wrote:
  Hi there,

  I cannot find a way of retrieving all the tweets coming from a given
  application. For example, can I retrieve all the tweets posted using
  TweeDeck?

  Nothings comes up on the documentation or in google, any idea?

  Cheers!

  Juan

  --
  Twitter developer documentation and resources:https://dev.twitter.com/doc
  API updates via Twitter:https://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Orian Marx
If it's your app, why not have your app notify you of every tweet
sent?

On Jun 14, 10:03 am, Juan Delgado zzzar...@gmail.com wrote:
 Hi Taylor, thanks for the answer.

 I'm literally trying to do that, display all the tweets from our app.
 We are adding some automated text to the tweet, but since we give
 users the option to modify that text, we could be losing some tweets.

 Do you have an example of searching that tweet source?

 Thanks,

 Juan

 On Jun 13, 10:41 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:







  Hi Juan,

  There's no way to effectively retrieve all tweets sent by a given
  application using primary methods of any of our APIs. The Search API has
  some advanced operators that allow you to specify a specific tweet source
  (effectively the string of text that represents the application that posted
  the Tweet), but that operator must be used in conjunction with another
  portion of your query.

  One could also use the Streaming API to estimate a specific client's
  tweeting velocity by measuring from the sample hose (which represents 1% of
  the total tweets being posted) and extrapolate from there, but in the case
  of measuring a Twitter client's popularity this would not be super-effective
  since tweeting is just one activity that a client can perform.

  Is there something with that information you're specifically wanting to
  accomplish?

  @episod http://twitter.com/intent/user?screen_name=episod - Taylor
  Singletary

  On Mon, Jun 13, 2011 at 2:12 PM, Juan Delgado zzzar...@gmail.com wrote:
   Hi there,

   I cannot find a way of retrieving all the tweets coming from a given
   application. For example, can I retrieve all the tweets posted using
   TweeDeck?

   Nothings comes up on the documentation or in google, any idea?

   Cheers!

   Juan

   --
   Twitter developer documentation and resources:https://dev.twitter.com/doc
   API updates via Twitter:https://twitter.com/twitterapi
   Issues/Enhancements Tracker:
  https://code.google.com/p/twitter-api/issues/list
   Change your membership to this group:
  https://groups.google.com/forum/#!forum/twitter-development-talk

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


Re: [twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Scott Wilcox
As Orian said, if you want to know every single tweet posted by your 
application you need to cache them at source. There are no API endpoints which 
can provide this information for you.

On 14 Jun 2011, at 19:43, Orian Marx wrote:

 If it's your app, why not have your app notify you of every tweet
 sent?
 
 On Jun 14, 10:03 am, Juan Delgado zzzar...@gmail.com wrote:
 Hi Taylor, thanks for the answer.
 
 I'm literally trying to do that, display all the tweets from our app.
 We are adding some automated text to the tweet, but since we give
 users the option to modify that text, we could be losing some tweets.
 
 Do you have an example of searching that tweet source?
 
 Thanks,
 
 Juan
 
 On Jun 13, 10:41 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:
 
 
 
 
 
 
 
 Hi Juan,
 
 There's no way to effectively retrieve all tweets sent by a given
 application using primary methods of any of our APIs. The Search API has
 some advanced operators that allow you to specify a specific tweet source
 (effectively the string of text that represents the application that posted
 the Tweet), but that operator must be used in conjunction with another
 portion of your query.
 
 One could also use the Streaming API to estimate a specific client's
 tweeting velocity by measuring from the sample hose (which represents 1% of
 the total tweets being posted) and extrapolate from there, but in the case
 of measuring a Twitter client's popularity this would not be super-effective
 since tweeting is just one activity that a client can perform.
 
 Is there something with that information you're specifically wanting to
 accomplish?
 
 @episod http://twitter.com/intent/user?screen_name=episod - Taylor
 Singletary
 
 On Mon, Jun 13, 2011 at 2:12 PM, Juan Delgado zzzar...@gmail.com wrote:
 Hi there,
 
 I cannot find a way of retrieving all the tweets coming from a given
 application. For example, can I retrieve all the tweets posted using
 TweeDeck?
 
 Nothings comes up on the documentation or in google, any idea?
 
 Cheers!
 
 Juan
 
 --
 Twitter developer documentation and resources:https://dev.twitter.com/doc
 API updates via Twitter:https://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 https://groups.google.com/forum/#!forum/twitter-development-talk
 
 -- 
 Twitter developer documentation and resources: https://dev.twitter.com/doc
 API updates via Twitter: https://twitter.com/twitterapi
 Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 https://groups.google.com/forum/#!forum/twitter-development-talk

--
Scott Wilcox

@dordotky | sc...@dor.ky | http://dor.ky
+44 (0) 7538 842418 | +1 (646) 827-0580



-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk