[twitter-dev] API problem when passing since_id

2010-07-23 Thread Roy
Hi, I've been encountering this issue: If I access http://api.twitter.com/1/statuses/user_timeline.json - this is fine. But when I pass since_id like so: http://api.twitter.com/1/statuses/user_timeline.json?since_id=19233157140 I'm getting the Something is technically wrong. error page. I'm

[twitter-dev] Re: API problem when passing since_id

2010-07-23 Thread Roy
. Is this still happening when you make that request? If it is could you let us know the screen name which this is happening to. Best, Matt On Thu, Jul 22, 2010 at 10:59 PM, Roy royt...@gmail.com wrote: Hi, I've been encountering this issue: If I access http://api.twitter.com/1

[twitter-dev] Re: Random 408 errors having been appearing the last 48 hours

2009-09-10 Thread Roy Hooper
I'm still seeing this recurring problem. Are only oauth users experiencing this? If so, maybe its time for us to give up on OAuth? On Sep 9, 12:16 pm, John Kalucki jkalu...@gmail.com wrote: Point your mobile device through a web proxy that you control. Monitor the traffic there with tcpdump.

[twitter-dev] Problem sending tweets with nbsp chars

2010-03-04 Thread Roy Leban
Twitter is rejecting tweets as too long when the nbsp character is used. Here is an example tweet in plain text Clue 5 of 15: R _ C __ _ N _N _ _ E __ _ T E R__ _ _ N E E R_ N_ _ R _ C U L T U R E http://www.puzzazz.com/s348 [140 chars] And, as I'm sending it with the

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-04 Thread Roy Leban
in this case. That pushed it quite a bit under 140 and it works fine: http://twitter.com/Puzzazz/status/9985983801 ,I vote for fixing the bug. If that can't happen, can I at least find out what the true limit is? That way, I don't have to figure it out via trial and error. /Roy On Thu, Mar 4, 2010

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Roy Leban
the bug so that I can at least know what the true tweet limit is? Thanks very much! /Roy On Thu, Mar 4, 2010 at 7:45 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Roy, You shouldn't be sending spaces as nbsp; -- that's HTML entity encoding. It's best to send space characters

[twitter-dev] Whitelisted and calls left, but still says Rate Limit Exceeded?

2010-03-08 Thread Roy Rodenstein
error. I must be missing something really obvious, or really tricky. Is there some other IP (the local browser?) that is getting rate limited? Thanks for any tips! Best, Roy IP Address Rate Limit (Unauthenticated call to rate_limit_status) hash reset-time type=datetime2010-03-08T09:27:04+00:00/reset

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Roy Leban
to suggestions but you're screwed is not a suggestion. And changing what I'm doing doesn't address the fact that Twitter has a bug. For the record \u00a0 did not work. I didn't try #xa0; as I got to nbsp; first. I would guess it would work but have the same bug with Twitter. /Roy On Mon, Mar 8, 2010

[twitter-dev] Does users/search have a much lower limit? Blocked after 70 calls.

2010-03-18 Thread Roy Rodenstein
lower limit to users/search, even for whitelisted apps? I do not see this at all in the documentation. Thanks for any guidance! Best, Roy

[twitter-dev] Profile image uploads not working (using twitter-async)

2010-06-15 Thread Roy Tanck
I'm trying to upload profile images using oAuth. This basically works (I get the right return data, no errors), except that the image is not updated. Sending tweets through the same library does work, so this probably isn't an authentication issue. As per the twitter-async documentation, I'm