[twitter-dev] Re: stream.twitter.com/1/statuses/filter

2010-08-12 Thread kme
I see, so it's not really a key/value pair then, it's the uri-encoded
expression as a whole?

On Aug 11, 9:47 pm, Matt Harris thematthar...@twitter.com wrote:
 Hey,

 To follow users you need to POST the user IDs you want to follow as a comma
 separated list. For example to follow @themattharris you would POST
 follow=777925

 If you're still having problems let us see the API request you are making
 and we'll see what's up.

 Matt

 On Wed, Aug 11, 2010 at 8:26 PM, kme km.ens...@gmail.com wrote:
  I am trying to use the streaming API to return result sets of for
  specific users. For some reason, no user is being located by the id
  specified. Is there something not documented with these calls?

 http://dev.twitter.com/pages/streaming_api_methods#follow

  any info someone has is greatly appreciated!

 --

 Matt Harris
 Developer Advocate, Twitterhttp://twitter.com/themattharris


[twitter-dev] Re: search randomly limits result set

2010-08-11 Thread kme

this may be what you're looking for in the stream API

http://dev.twitter.com/pages/streaming_api_methods

I am having the same problems with the search API. To be blunt: it's
unreliable, especially for business use.

On Aug 10, 9:25 am, michael xenakis michael.g.xena...@gmail.com
wrote:
 Thanks, Taylor.

 And to clarify my understanding:

 The Search API is the only entry point for compound searches, yes? I.e., if 
 I want to get Tweets from multiple users in a single call?

 Also, the REST API does not support searching for hash tags in any form, yes? 
 So the Search API is the only means for that?

 Thanks again,
 mX.

 p.s. The Search Quality Help Page link at the bottom of the page you linked 
 below is dead.  
 I.e.,:http://support.twitter.com/groups/32-something-s-not-working/topics/1...

 On Aug 10, 2010, at 8:31 AM, Taylor Singletary wrote:

  The search API's available corpus of tweets for search varies -- it's not 
  always exactly a week, as tweet velocity has an effect on how many tweets 
  can be made readily available for searching. Search also contains only a 
  portion of the total amount of tweets in the system at any one 
  time:http://support.twitter.com/groups/32-something-s-not-working/topics/1...

  Thanks,
  Taylor

  On Tue, Aug 10, 2010 at 8:00 AM, mX. michael.g.xena...@gmail.com wrote:
  Hullo all -

  While I opted to keep the subject line short(er), I allow that this
  may all be a case of user error and that there may be nothing either
  random w/ the API.  That said...

  ... I've been working w/ the REST API and am trying to incorporate
  some of the Search API functionality, but am having a very difficult
  time w/ it.  An immediate example is the fact that the API seems to
  return very few items from its search.

  E.g., the following search strings (740AM PST, Tue Aug 10):
  feed://search.twitter.com/search.atom?q=%23thenyknicks+OR+%23allan_houston
     - returns 4 tweets dating back to Thu Aug 5, 110P (per Twitter
  feeds)
  feed://search.twitter.com/search.atom?q=%23thenyknicks+OR+%23allan_houston+OR+from%3Athenyknicks+OR+from%3Aallan_houston
     - returns 13 tweets dating back  to Thu Aug 5, 601A (per Twitter
  feeds)
  feed://search.twitter.com/search.atom?q=%23thenyknicks+OR+%23allan_houston+OR+from%3Athenyknicks+OR+from%3Aallan_houston+OR+%232MNBA
     - returns 15 tweets dating back to Sun Aug 8, 127P (per Twitter
  feeds)

  All the information I've read re: rate limits should put 15 tweets
  well below that.  Further, although the API docs suggest the data for
  the Search API is indexed only for the last seven days, I would still
  expect to see tweets for all of the last seven days, rather than only
  five (e.g., the first search should have returned more Tweets dating
  back to Aug 3.

  All in all the API does not appear to be working as advertised,
  however, I may be missing the fine print.

  Is there a limit on the # of days back which the search parameters
  will reach? And what is it?
  Is there a limit on the # of tweets that will be returned? And what is
  it?

  Thank you in advance!
  mX.


[twitter-dev] stream.twitter.com/1/statuses/filter

2010-08-11 Thread kme
I am trying to use the streaming API to return result sets of for
specific users. For some reason, no user is being located by the id
specified. Is there something not documented with these calls?

http://dev.twitter.com/pages/streaming_api_methods#follow

any info someone has is greatly appreciated!


[twitter-dev] Re: Sign in automatically

2010-08-10 Thread kme
I used this approach, it works well. The application authorizes itself
to load some information about other peoples' profiles via screen
names. The users then authorize themselves to post messages to their
stream through the app.

On Aug 10, 10:10 am, Diogo diogo.dor...@gmail.com wrote:
 Thank you Tom and Taylor. I'll search and try it.

 Diogo


[twitter-dev] Rate Limit Decrement

2010-08-05 Thread kme
I have some questions regarding the message on http://countdowntooauth.com/

...starting on August 16th, the rate limits on basic authentication
will be reduced by roughly 10 calls/hour/day ending on August 31st.

Does this mean each user can login/post 150 times per hour on 8/16 and
then 140 times per hour on 8/15? or does the rate limit decrease each
hour, starting at 12:00 AM on 8/16 with the rate being 0 per hour at
3:00 PM, starting over on 8/17 at 12:00 AM.

I appreciate any help w/ regard to this!