[twitter-dev] Re: Twitpocalypse Announcement

2009-06-13 Thread Lakshman Prasad
Hi Matt, Could you also let us know how you increment tweet numbers. It is not constantly linearly incremented from 1, is it. That would mean there are over 2 billion tweets in the system, which isn't. On Sat, Jun 13, 2009 at 1:52 AM, Matt Sanford m...@twitter.com wrote: Hi there, That

[twitter-dev] Re: Twitpocalypse Announcement

2009-06-13 Thread mozTom
Dan, If you're using an unsigned integer, you won't see problems until the 4.2billionth tweet. If you're using a signed integer (which you don't need to, will there ever be NEGATIVE tweets?), you'll see it at the twitpocalypse. Thanks for playing. - Tom On Jun 12, 4:52 pm, Dan Udey

[twitter-dev] Well done, Twitter

2009-06-13 Thread Technoheads
Minimal damage, and the website is still up and running. I think we can call this a situation well-handled.

[twitter-dev] Available Twitter Curl with PHP Functions

2009-06-13 Thread Niju Mohan C P
Hello, Can anyone tell me the available twitter curl with php functions. Any sort of document will do...

[twitter-dev] Twitpocalypse II: this time it's unsigned

2009-06-13 Thread Jef Poskanzer
So how long until status ids reach 4294967296, breaking the apps that were fixed today by changing signed to unsigned? Taking twitter's growth rate into account I think it's less than a year away. --- Jef

[twitter-dev] Re: Twitpocalypse II: this time it's unsigned

2009-06-13 Thread Cameron Kaiser
So how long until status ids reach 4294967296, breaking the apps that were fixed today by changing signed to unsigned? Taking twitter's growth rate into account I think it's less than a year away. I'll bet the Twoffice has a pool running on this RIGHT NOW. --

[twitter-dev] Re: OAuth 1.0a changes and PIN-based authentication shipped

2009-06-13 Thread Nizar
Hi Doug, After reading your post I passed the oauth_callback parameter when requesting a token but I keep getting 'Failed to validate oauth signature and token'. It works as soon as I take out the callback parameter. I am using .NET and here is my GET request please advise if I am missing

[twitter-dev] Notifications property of users

2009-06-13 Thread Bojan Rajkovic
What is the type of the notifications property on users? Sometimes I get null, leading me to think it oughta be a string, though I've seen false come back too. It's confusing the hell out of my JSON deserialization, especially because I'm working in a statically typed language (C#). Is it a

[twitter-dev] Re: Messaging users who have authorized my app via oauth

2009-06-13 Thread Abraham Williams
Nothing provided specifically for applications. You could do @-replies like you mentioned. Also if you have write access for them you can follow an app notifications account that you created and send them DMs. Of course for this you should notify them before they authorize that you will add the

[twitter-dev] Re: oauth problem - whats wrong here? - I always get a 401 error - oauth 1.0a problem?

2009-06-13 Thread Jochen Kaechelin
Am 11.06.2009 um 19:02 schrieb Jochen Kaechelin: def self.consumer # The readkey and readsecret below are the values you get during registration OAuth::Consumer.new(X, , { :site=http:// twitter.com }) end def sign_in @request_token =

[twitter-dev] Re: Twitpocalypse Announcement

2009-06-13 Thread Naveen
All Tweetshrap users, please update TwitterStatus object to use long for InReplyToStatusId property. Otherwise you will be getting overflow errors. -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of mozTom

[twitter-dev] Re: Twitpocalypse II: this time it's unsigned

2009-06-13 Thread Carlos
am I the only one that left the statud id as a string in my code? I didn't feel the need to convert it. On Jun 13, 1:10 pm, Jef Poskanzer jef.poskan...@gmail.com wrote: So how long until status ids reach 4294967296, breaking the apps that were fixed today by changing signed to unsigned?  

[twitter-dev] Re: OAuth 1.0a changes and PIN-based authentication shipped

2009-06-13 Thread Nizar
I have tried encoding the callback url, I have even tried changing the oauth_verison to 1.0a and I even tried with signature type of PLAIN_TEXT but to no avail. Has anybody done this successfully in .NET. I would really appreciate any help thanks. I am not sure if this is implemented yet on

[twitter-dev] Re: [OT]: Trouble with DM's on Twitter website

2009-06-13 Thread Scott Elcomb
On Sat, Jun 13, 2009 at 9:09 PM, Scott Elcombpse...@gmail.com wrote: On Sat, Jun 13, 2009 at 8:21 PM, Scott Elcombpse...@gmail.com wrote: Hi all, Sorry if this comes across as a newbie question. Well guess it was a newbie thing - I didn't realize this was a simple support question; I have