[twitter-dev] Rate limits for whitelisted IPs using user credentials

2010-08-29 Thread Orian Marx (@orian)
Is it possible to use a whitelisted IP to fetch data using a user's OAuth credentials without utilizing the user's 350/hr rate limit? For example, if I'm building a DM backup service, I'd like to be able to back up the user's DMs on their behalf without draining their rate limit. -- Twitter devel

Re: [twitter-dev] Character limits on Direct Messages

2010-08-29 Thread Dustin Shea
I had always been under the impression that everything had a 140 character limit. -Dustin On 8/29/2010 9:20 PM, Orian Marx (@orian) wrote: It would appear that today Twitter began enforcing a 140 character limit on DMs. To my knowledge their was never a limit enforced before, and even Twitter.

[twitter-dev] Character limits on Direct Messages

2010-08-29 Thread Orian Marx (@orian)
It would appear that today Twitter began enforcing a 140 character limit on DMs. To my knowledge their was never a limit enforced before, and even Twitter.com would show up to 255 characters of a DM. Some Twitter clients, including mine, supported >140 char DMs and now I'm seeing people really upse

[twitter-dev] Re: Change in error response objects

2010-08-29 Thread Dewald Pretorius
Raffi, Will the new error construct always be: [errors][code] [errors][message] Or can it be sometimes: [errors][0][code] [errors][0][message] [errors][1][code] [errors][1][message] -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://tw

Re: [twitter-dev] Need help in using Twurl console

2010-08-29 Thread Mark McBride
Can you send the exact command line you're using? bin/twurl /1/users/show.xml?screen_name=sujit_g Works for me    ---Mark http://twitter.com/mccv On Sat, Aug 28, 2010 at 7:13 AM, Sujit wrote: > Hi, > > I have started development using Twitter API recently. > I really like the Twurl console

[twitter-dev] Twitter API ME 1.4: New release!!!

2010-08-29 Thread Ernandes Jr.
Hi all, I would like to inform that *Twitter API ME 1.4* has just been released. This new version comes with new features and the correction of a bug that was preventing it to work on Blackberry devices. So Blackberry developers, you all are now welcome back to Twitter API ME. The new features av

[twitter-dev] Re: Getting 401 in the past 2 days

2010-08-29 Thread D. Smith
Never mind, the bug was in my own script. It was setting empty values of oauth_token, and oauth_secret. I corrected the problem and all works fine again. On Aug 27, 4:36 pm, "D. Smith" wrote: > Hello! I started getting 401 'count not authenticate' errors starting > about 2 days ago when I try to

Re: [twitter-dev] Change in error response objects

2010-08-29 Thread Marc Mims
* Raffi Krikorian [100827 06:03]: > hi all. > > this is most certainly a mistake on our part - we'll be reverting this > change. Raffi, we're still seeing these unexpected error structures. When will the change be reverted? -Marc > On Fri, Aug 27, 2010 at 4:45 AM, Cameron Kaiser wrot

[twitter-dev] What's the normal response of oauth/access_token?

2010-08-29 Thread @yegle
Hi everyone, I'm writing an API proxy to work with twitter for iphone. When adding acount, twitter for iphone will send an request to oauth/ access_token. I tried to fake the response by returning a fake access token, but failed. Twitter for iphone always tell me that "Could not authenticate you.