[twitter-dev] Re: bulk user show API

2010-03-24 Thread Martin Dudek
Good morning, just discovered the change of the rate limit and also the possibility to lookup 100 users with one call. Thank you so much to respond in such a generous way to our requests here. Highly appreciated Greets martin To unsubscribe from this group, send email to

Re: [twitter-dev] Re: 403 on duplicate post - when?

2010-03-24 Thread Nigel Legg
And a whole load of other people! It's cut down the spam, and that can only be a good thing. On 24 March 2010 01:41, Tim Haines tmhai...@gmail.com wrote: Learnt something here. I knew you couldn't post the same tweet twice in a row. But Twitter is also blocking you from repeating a tweet you

[twitter-dev] searching for many users at once

2010-03-24 Thread rolty
I've got a problem, I need to search twitter for tweets from many users. I find that I can search for up to 5 or so withing the 140 character search string limit, but this isnt going to be enough. Ive seen apps that are clearly returning tweets from many more than that, anyone know how this is

[twitter-dev] Re: RateLimit value look to be incorrect in 3G/Edge

2010-03-24 Thread Eric
I have made complementary tests on my iPhone with http://api.twitter.com/1/account/rate_limit_status.json and i get theses results : {reset_time_in_seconds:1269426542,reset_time:Wed Mar 24 10:29:02 + 2010,remaining_hits:132,hourly_limit:150} {hourly_limit:150,reset_time:Wed Mar 24 10:37:50

[twitter-dev] Testing Bots, should they be register in a special way?

2010-03-24 Thread Jorge Vargas
Hello, What If I need to register 2-3 bots to test my app should I just register them as regular users? is there some kind of sandbox? To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the

Re: [twitter-dev] searching for many users at once

2010-03-24 Thread John Kalucki
You should use the follow parameter on the filter method in the Streaming API. http://apiwiki.twitter.com/Streaming-API-Documentation -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Mar 24, 2010 at 2:29 AM, rolty jim.r...@googlemail.com wrote: I've got a

Re: [twitter-dev] Re: Missing replies to followed user (streaming api)

2010-03-24 Thread John Kalucki
I'm still thinking about how this might be happening and how we might debug this situation. It isn't trivially reproducible. In the mean time, I've started some reproduction cases that I'm going to let age for a few hours and see what happens there. -John On Tue, Mar 23, 2010 at 9:16 PM,

Re: [twitter-dev] Re: bulk user show API

2010-03-24 Thread Michael Steuer
That's an awesome surprise. So 100 users per request, and 1 call per request - does this really mean that rate limited uses can look up 2M users/hour now? Not that I'm complaining just want to make sure I read the doc right as this would be the total opposite of how this feature was

[twitter-dev] Re: GetUserTimeline( since ) doesn't seem to work

2010-03-24 Thread ramia
Thank you guys, it helped. On Mar 19, 6:51 pm, Mark McBride mmcbr...@twitter.com wrote: No timelines support since, only since_id.  If you're specifying a since parameter it's being ignored.  If you're specifying since_id with a value of 20 it's effectively meaningless, as tweet ID 20 is years

Re: [twitter-dev] Re: bulk user show API

2010-03-24 Thread Raffi Krikorian
if your rate limit is 150/hour - then you can look up 15K users/hour... On Wed, Mar 24, 2010 at 7:22 AM, Michael Steuer mste...@gmail.com wrote: That's an awesome surprise. So 100 users per request, and 1 call per request - does this really mean that rate limited uses can look up 2M

Re: [twitter-dev] Re: RateLimit value look to be incorrect in 3G/Edge

2010-03-24 Thread Raffi Krikorian
hi eric. are you authenticating to this call, or are these unauthenticated? i'd be curious to know if you're having this problem in an authenticated session as that rate limit is tied to your user. in an unauthenticated world, i wonder whether its because your request is coming from some form

Re: [twitter-dev] Re: bulk user show API

2010-03-24 Thread Michael Steuer
I'm sorry, with rate limited users I meant white listed users... It was early ;) so white listed users can lookup 2M? On Mar 24, 2010, at 8:06 AM, Raffi Krikorian ra...@twitter.com wrote: if your rate limit is 150/hour - then you can look up 15K users/ hour... On Wed, Mar 24, 2010 at

[twitter-dev] Re: RateLimit value look to be incorrect in 3G/Edge

2010-03-24 Thread Eric
Hi Raffi, Thank for your answer Thank to Josh Bleech too, who answered me by mail. (He think the same thing of you Raffi) I just test with the friends_timeline methode, and the RateLimit is correctly decremented ! You are probably right, maybe my IP is shared with other users... I can force users

[twitter-dev] How many lists can one own? Doc inconsistency?

2010-03-24 Thread Michael Steuer
Hi, At http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-POST-lists it says: Creates a new list for the authenticated user. Accounts are limited to 20 lists. However http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-lists describes a cursoring method to page through one¹s lists, and

Re: [twitter-dev] Re: RateLimit value look to be incorrect in 3G/Edge

2010-03-24 Thread Raffi Krikorian
Hi Raffi, Thank for your answer Thank to Josh Bleech too, who answered me by mail. (He think the same thing of you Raffi) I just test with the friends_timeline methode, and the RateLimit is correctly decremented ! You are probably right, maybe my IP is shared with other users... I can

Re: [twitter-dev] Re: RateLimit value look to be incorrect in 3G/Edge

2010-03-24 Thread Andrew Badera
Most GPRS/Edge/3G is proxied through a single IP at some point. It's not as intrusive as it once was, but it was definitely very common 3-5 years ago, and nothing I've read or heard seems to indicate that has changed. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x]

[twitter-dev] Re: Missing replies to followed user (streaming api)

2010-03-24 Thread briantroy
John - We isolated a bug on our side today that was causing some of the issue. I'm being told (waiting on proof) that there are still some replies that never come in via the stream. I'll update this post when I know more. Thanks, Brian On Mar 24, 6:29 am, John Kalucki j...@twitter.com wrote:

[twitter-dev] Re: Question about xAuth.

2010-03-24 Thread Brian Sutorius
Hey John - I see you've written into a...@twitter.com and I'm following up with you there. :) On Mar 23, 4:14 pm, John Meyer john.l.me...@gmail.com wrote: On 3/23/2010 3:45 PM, Brian Sutorius wrote: I just refreshed your application's xAuth access. Can you try again? You may reply to me

[twitter-dev] Strange streaming/search behaviour

2010-03-24 Thread Peter Kieltyka
Hey guys, I've run into an issue while building my app that uses the Twitter Streaming API for some users. I found that for some public accounts none of their tweets go through the streaming API. For example: @casiestewart Her profile is public, but try to find her tweets in the stream, or even

[twitter-dev] search current statuses

2010-03-24 Thread Lawrence
HI Everyone, I would like to build an application to help users to search the newest statuses which have been published. If I use the traditional search API, does this mean that I have to keep polling Twitter to get the freshest statuses which have been published? If that is the case, the rate

[twitter-dev] Twitter/google map intergration tutorial

2010-03-24 Thread Michelle
Hello, I'm looking for a tutorial/documentation on integrating google maps and twitter api. If anyone knows of a good tutorial or is willing to share code, please let me know. Thanks, Michelle To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or

Re: [twitter-dev] search current statuses

2010-03-24 Thread John Kalucki
http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c On Wed, Mar 24, 2010 at 1:18 PM, Lawrence lipeng...@gmail.com wrote: HI Everyone, I would like to build an application to help users to search the newest statuses which have been published. If I use

Re: [twitter-dev] Strange streaming/search behaviour

2010-03-24 Thread John Kalucki
That account is considered low-quality due to sketchy activity. It will not show in Search or Streaming, except in response to a follow=14661313 type query. http://apiwiki.twitter.com/Streaming-API-Documentation#ResultQuality -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc.

[twitter-dev] Re: Generating oauth_signature?

2010-03-24 Thread jmathai
Likewise for my library - if you have questions let me know. I know both Abraham and mine have been used fairly extensively w/o issues. There's a somewhat comprehensive set of unit tests as well which you can run to see if they pass. On Mar 21, 11:32 am, KPL kapil.sa...@gmail.com wrote: Hello

[twitter-dev] Re: Strange streaming/search behaviour

2010-03-24 Thread Dewald Pretorius
I wonder what the real person behind that account, Casie Stewart, will feel and think if she knew that Twitter has classified her account as low-quality, or rather, has classified her obviously human-finger- driven contribution to Twitter via TweetDeck and the web interface, as too inferior to

Re: [twitter-dev] Re: Strange streaming/search behaviour

2010-03-24 Thread M. Edward (Ed) Borasky
On 03/24/2010 05:35 PM, Dewald Pretorius wrote: I wonder what the real person behind that account, Casie Stewart, will feel and think if she knew that Twitter has classified her account as low-quality, or rather, has classified her obviously human-finger- driven contribution to Twitter via

[twitter-dev] What's the best way to verify a signature?

2010-03-24 Thread Grantcv1
Hi, After three days of working my way through OAuth, I am getting tired and frustrated. I am so close yet so far. 1) So far I have registered my application and got the consumerKey secret 2) I have used those to get the request token secret. I was able to generate the correct signature to get

[twitter-dev] enumeration of time_zone values

2010-03-24 Thread Mr Blog
Does Twitter document the possible values of the time_zone field? The values I see do not work directly to get the user's time zone, and I'd like to map to UNIX times zones, or Java time zones. I can (almost) use the utc_offset value, but that doesn't help me know if this particular user is in an

Re: [twitter-dev] What's the best way to verify a signature?

2010-03-24 Thread Raffi Krikorian
hi! i'm sure taylor will kick in with a larger knowledge drop, but what i can suggest is taking a look at and playing with http://hueniverse.com/2008/10/beginners-guide-to-oauth-part-iv-signing-requests/. that has a pretty good interactive example that you can mimic. On Wed, Mar 24, 2010 at

[twitter-dev] Announcing Twitter client stats

2010-03-24 Thread Harshad RJ
As I had announced in a different thread a few days back, Twitter client stats are available here: (for clients that make status updates) http://tdash.org/stats/clients One significant change is that each client now has a dedicated page which shows - the client's current ranking and a graph

[twitter-dev] Empty strings from twitter.com

2010-03-24 Thread TCI
Hello, Also sent a ticket on this, but posting because someone else might be seeing this. Since 2:52PDT I am receving empty string and HTTP return code 0 from my calls to twitter.com, authenticated or unathenticated, including test.xml. I confirmed that the same code does return valid content and

Re: [twitter-dev] What's the best way to verify a signature?

2010-03-24 Thread Taylor Singletary
On Raffi's queue... Any request you make following the request token step requires a minor alteration to how your signing key is used. Instead of providing your signing secret as {consumer_secret} while signing your signature base string, you'll use {consume_secret}{oauth_token_secret} And

[twitter-dev] Re: What tools do you use?

2010-03-24 Thread Mr Blog
Twitter4J - a Java library for the Twitter API - is really nice: http://twitter4j.org The author, Yusuke Yamamoto @yusukeyamamoto is very active, quick to fix bugs, and stays current with rapidly evolving Twitter API. Highly recommended. To unsubscribe from this group, send email to