Re: [twitter-dev] Re: Twitter's mobile oauth page waits 10 seconds before redirecting

2011-01-11 Thread Russell Davis
Any update on this? It should be really easy to change that 10 to a 0. Meanwhile, hoards of users are needlessly waiting for 10 seconds every time they log in. :) Thanks, Russell -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitte

[twitter-dev] Twitter feed for corporate website/portal

2011-01-11 Thread TehOne
I have a corporate website/portal that I want to pull in tweets to, but i'm getting a rate limit using the http feed. So I need to explore other options. Do I need to use an authenticated method to get the tweets? Do I really have to register an application to do this, even though it's not really

Re: [twitter-dev] Twitter feed for corporate website/portal

2011-01-11 Thread Adam Green
You can use the /statuses/user_timeline API call instead of the feed if you want. This doesn't require authentication, so there is no need to create an app, if you use this call: http://dev.twitter.com/doc/get/statuses/user_timeline But no matter how you get the data, rate limiting will still be

Re: [twitter-dev] Twitter feed for corporate website/portal

2011-01-11 Thread Peter Denton
also, check out Twitter Widgets. You can pull in tweets based on search, profile, or list-- so you might be able to use that. Since the request is client side, rate limiting is not going to be as big of an issue. You could also completely customize the UI if needed, both through the form Twitter p

[twitter-dev] Re: ~25% loss rate Streaming API vs. Search API

2011-01-11 Thread Brian Maso
Hi Matt, Thanks for the explanation. I will file the bug report. I'd like to hear more about the sample size. I've read through the Streaming API docs a lot, and I haven't come across anything specific about the rate limits. Where can I read more? Brian Maso On Jan 10, 5:24 pm, Matt Harris wrot

[twitter-dev] Search Twitter Feed from a group of Twitters

2011-01-11 Thread Abhi
Hi, I am New to the Twitter search API and was wondering if someone can please help me on where to find some guidance on how to use Twitter Search API to find tweets from a group of twitters. Thanks for all the help in advance -- Twitter developer documentation and resources: http://dev.twitter.