[twitter-dev] Re: tweets history

2010-09-16 Thread calyps
Thanks David, This definately helps. If i have just get the count of the tweet, can I use the Twitter count API for a tweet? WIll that capture the re-tweets both the old and new ones? Thanks, On Sep 16, 8:36 am, David dtran...@gmail.com wrote: HI calyps, Good questions. Yes, the search

[twitter-dev] Twitter x_Auth for Android?

2010-09-16 Thread shubham patni
Hi friends, I follow all things for integrate Android with twitter. Register an application , generate all the key's(secret..) I send and x_auth req to a...@twitter.com also. pls suggest me any way how can i integrate Twitter with Android for new Twitter SDK. thnx in advance. -- Twitter

[twitter-dev] Twitter x_Auth for Android?

2010-09-16 Thread shubham patni
Hi friends, I follow all things for integrate Android with twitter. Register an application , generate all the key's(secret..) I send and x_auth req to a...@twitter.com also. pls suggest me any way how can i integrate Twitter with Android for new Twitter SDK. thnx in advance. -- Twitter

Re: [twitter-dev] Question about User Vs Site Streams, and Moving away from REST calls.

2010-09-16 Thread John Kalucki
I'm sorry, I laid out the difference between User Streams and Site Streams, but I forgot to bring it all back to the specific question at hand. The critical difference isn't Desktop vs. Web Site-- that's the general case description. The key difference is that you must multiplex if you open more

[twitter-dev] I want consumer key and secret key for my in-development application.

2010-09-16 Thread Sammy Parkar
I want consumer key and secret key for my in-development application. Also i want to integeate a php based code, which will tweet into my twitter account. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] friends/ids requires authentication now?

2010-09-16 Thread UncleYa
Hello. Today I was testing my web-application that uses friends/ids API function. First several times all was correct. But later application stopped working. That isn't rate limiting. And, when I call this function through browser (entering something like this

[twitter-dev] Twitter in Portuguese

2010-09-16 Thread George Lima
why there is a setting in Portuguese language? why is twitter question: What language would you like to Twitter in? I would like to see in Portuguese, more not have this option -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] friends/ids requires authentication now?

2010-09-16 Thread Taylor Singletary
Hi UncleYa, We have some lingering issues from the basic auth shut off that result in the occasional, incorrect error like this when being rate limited. Hope to have those all cleaned up soon. Part of your post suggests you may have been getting a different kind of error when you application was

Re: [twitter-dev] Re: iPhone::Incorrect oauth_signature for xAuth?

2010-09-16 Thread Taylor Singletary
Can you share the code you're using? On Wed, Sep 15, 2010 at 8:02 PM, Nikolay Klimchuk klimc...@gmail.comwrote: That's really puzzling for me. I've tried 5 different ways to get oauth_signature, even extracted from libraries suggested by Twitter All of them produce same result

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-16 Thread John
Thanks much Matt, I'll follow those too. On Sep 15, 8:13 pm, Matt Harris thematthar...@twitter.com wrote: Hey John, There have been a number of threads on this so I apologies that yours was not updated. We are tracking the defect on our issue tracker:    

[twitter-dev] Update on when Status IDs will change

2010-09-16 Thread Matt Harris
Hey Everyone, Towards the end of August we announced that Status IDs would be changing on September 21st. Due to the release of #newtwitter we are going to postpone that change until 10am PDT/5pm UTC on Tuesday October 12th 2010. The original announcement along with more information can be

[twitter-dev] Re: list members cursor is wrong

2010-09-16 Thread Brad
doh! Thanks, Matt, I should have diagnosed that myself. it's working now. much obliged. Brad On Sep 15, 6:15 pm, themattharris thematthar...@twitter.com wrote: Hey Brad, Your full request URL doesn't contain the cursor parameter. It looks like when you add the OAuth parameters you are

Re: [twitter-dev] Re: Any plans to increase user_timeline limit of 3200

2010-09-16 Thread TJ Luoma
On Wed, Sep 15, 2010 at 1:15 PM, Invader avm...@gmail.com wrote: Thanks for the quick response. I eagerly await when your infrastructure is ready to allow a larger limit. I wouldn't hold your breath. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
I have several twitter accounts. Each account has generated its own set of OAUTH credentials. I am just using to look at data of those who are following me based on a list of all my followers IDs. I understand that there is a 150 per hour limit on client requests. But after reaching 150 with my

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread yaemog Dodigo
On Thu, Sep 16, 2010 at 1:57 PM, Mike Southern gb1...@cox.net wrote: I have several twitter accounts. Each account has generated its own set of OAUTH credentials. I am just using to look at data of those who are following me based on a list of all my followers IDs. I understand that there is

Re: [twitter-dev] RWW article - Twitter Permissions: How Much Do You Trust Your Apps?

2010-09-16 Thread M. Edward (Ed) Borasky
It's actually a rehash of this article: http://oneforty.com/devblog/twitter-permissions-security/ -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Ken k...@cimas.ch: Anyone

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread M. Edward (Ed) Borasky
Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It doesn't do oAuth yet, though. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Mike Southern

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread yaemog Dodigo
Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It doesn't do oAuth yet, though. Not sure that oAuth is important here (unless your followers are protected users). At least I can get the followers of public users and create a stream based on these without using oAuth

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
On 9/16/10 8:05 PM, yaemog Dodigo at yae...@gmail.com wrote: Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It doesn't do oAuth yet, though. Not sure that oAuth is important here (unless your followers are protected users). At least I can get the followers of public

Re: [twitter-dev] Client hourly limitations

2010-09-16 Thread Mike Southern
On 9/16/10 7:37 PM, M. Edward (Ed) Borasky at zn...@borasky-research.net wrote: Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It doesn't do oAuth yet, though. OK I'll take a look - thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Re: Question about User Vs Site Streams, and Moving away from REST calls.

2010-09-16 Thread Justin
Yes, right now my server acts like an automated client for one account (never more), it handles messages and dms, follows, etc. In my case it sounds like I'll be ok just using two connections then, one to the statuses/filter streaming api, and one to the user stream for my site's account.

[twitter-dev] Re: iPhone::Incorrect oauth_signature for xAuth?

2010-09-16 Thread Nikolay Klimchuk
The code I've used is in the first message of this topic On Sep 16, 12:21 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Can you share the code you're using? On Wed, Sep 15, 2010 at 8:02 PM, Nikolay Klimchuk klimc...@gmail.comwrote: That's really puzzling for me. I've tried 5

[twitter-dev] 401s from http://stream.twitter.com/statuses/filter

2010-09-16 Thread Aaron Rankin
I'm seeing plenty of 401s returned from the http://stream.twitter.com/statuses/filter endpoint. This is still supporting basic auth, correct? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Enter pin to allow access

2010-09-16 Thread 玉柱九天
Application info Application Name: gridtwit Application Website: http://twitter.com/gridtwit Application Type: Client Default Access type: Read Write 1.1.3 Request *Direct Token* * Step 1 *Direct user to Deny or Allow Request info example l method GET

[twitter-dev] Re: Client hourly limitations

2010-09-16 Thread Breno Santos Salgado
whats up with this guy repplying unrelated to the post? open a new topic, dude On 16 set, 21:09, Mike Southern gb1...@cox.net wrote: On 9/16/10 7:37 PM, M. Edward (Ed) Borasky at zn...@borasky-research.net wrote: Check AnyEvent::Twitter::Stream for connecting to Streaming in Perl. It