[twitter-dev] Re: Updating profile image via API results in broken image on Twitter.com

2010-07-15 Thread Bob
FYI, new uploads via the API appear to be working now. Existing uploads that were made during the down period are still showing as broken on Twitter.com. On Jul 14, 6:34 pm, Bob movingforwa...@gmail.com wrote: Thanks Matt, I have added what we know to the ticket. Will update if we find

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

2010-07-15 Thread Bob
We've been experiencing this issue since yesterday see: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bd560e9866081639 And: http://code.google.com/p/twitter-api/issues/detail?id=1745 For more info. Looks like they just fixed it for new uploads but any uploads

[twitter-dev] Re: API Service Disruptions

2010-07-15 Thread Rich
Yeah but if it is a Twitter fault there isn't much you can do than say there is a Twitter fault. Thats also a reason I changed the messages for HTTP status code errors to something meaningful such as 'Twitter is overloaded, please try again later'. At least users can see it's not your app at

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

2010-07-15 Thread 3DTOPO
I am having the same issue as well. I took a look at the page source for my test profile, copied the URI and pasted it a web browser. In Safari it gives me a broken image icon, in Firefox it says: The image “http://a3.twimg.com/profile_images/1078824623/ img_normal.png” cannot be displayed,

[twitter-dev] Re: Updating profile image via API results in broken image on Twitter.com

2010-07-15 Thread 3DTOPO
I would just add that I am seeing identical behavior here as well.

[twitter-dev] Twitter API HTTP Heading

2010-07-15 Thread Nicholas Kingsley
I'm trying to create a HTTP heading to send a tweet to my account (using GLBasic). Unfortunately the API documentation is no help in how this should be defined or what exactly to send. From the scraps of a C# demo, I've got : send$ = POST +curl$+ HTTP/1.0\r\n INC send$, Authorization:

[twitter-dev] OAuth page showing opening and ending tag mismatch

2010-07-15 Thread Jonathan del Strother
Hi, We use Twitter Oauth for third party signin. I haven't been able to reproduce this myself, but one of our users is seeing an error page showing this page contains the following errors: error on line 397 column 156: opening and ending tag mismatch: div line 0 and strong. Someone at Boxcar

[twitter-dev] Re: API Service Disruptions

2010-07-15 Thread IanQuigley
sarcasmYes come on twitter, we demand higher SLA's for your free service!! /sarcasm

[twitter-dev] Re: Recommended Platform

2010-07-15 Thread IanQuigley
http://twitter.com/about/opensource - has some good starting points. My own project which you might be interested in, is http://twipler.googlecode.com - it's .NET C# etc, Web client which is hosted at http://app.twipler.com Ian On Jul 14, 2:59 am, SG esg...@gmail.com wrote: Is there anything

Re: [twitter-dev] Notified when users update their tweets

2010-07-15 Thread John Kalucki
You want the follow parameter on the /1/statuses/filter.json endpoint on the Streaming API. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 1:10 AM, Base ppba...@gmail.com wrote: I looked at the streaming API but can't tell if it's what we need.

Re: [twitter-dev] Re: API Service Disruptions

2010-07-15 Thread Taylor Singletary
Dewald, you mentioned having problems with user/show -- can you elaborate? On Wed, Jul 14, 2010 at 2:47 PM, Dewald Pretorius dpr...@gmail.com wrote: Because things may not be really falling apart internally, even though it may appear that way from the outside. On Jul 14, 2:59 pm, Dossy

[twitter-dev] Gardenhose feed down to a trickle

2010-07-15 Thread Sanjay
I haven't fully investigated but my connection to the gardenhose feed has slowed to a trickle as of midnight EST last night. Looks like I'm seeing 1k updates/minute instead of the normal 3k-4k updates/minute. Just me or is this a known issue? I couldn't find any mention of it anywhere. Sanjay

[twitter-dev] Re: Oauth rate status?

2010-07-15 Thread johnw
The problem is that I am. I have confirmed I have tokens. On Jul 14, 7:18 pm, Mike Mazur mma...@gmail.com wrote: Hi, On Thu, Jul 15, 2010 at 05:52, johnw john.we...@gmail.com wrote: In using the account rate status call, I only seem to get the basic auth status back of 150 left.  Where

Re: [twitter-dev] Re: Oauth rate status?

2010-07-15 Thread Taylor Singletary
John, Can you provide examples of your calls? 1) The fully qualified URL you are executing 2) Notable HTTP headers like Authorization, Content-Type 3) (if possible) the signature base string used in the request 4) The HTTP headers you get as the response Taylor On Thu, Jul 15, 2010 at 6:26 AM,

Re: [twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Taylor Singletary
You should be consistently using https://api.twitter.com/oauth/* for the paths -- are you being automatically redirected to the http://m.twitter.comsubdomain or did you manually change your configuration to go to that instead? When you say it goes wrong -- what is the behavior you are observing?

Re: [twitter-dev] Twitter API HTTP Heading

2010-07-15 Thread Pascal Jürgens
Nicholas, Did you just publish your account credentials? Pascal On Jul 15, 2010, at 14:02 , Nicholas Kingsley wrote: INC send$, Authorization: Basic FishyMcFlipFlop:burpmachine\r\n

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

2010-07-15 Thread Matt Harris
Just wanted to say the image uploading should now be fixed but any broken images will need to be uploaded again. The error you are seeing coming from the servers is the standard response returned when a file is not found. The access denied message is because nothing was found at the URL and there

Re: [twitter-dev] Re: Updating profile image via API results in broken image on Twitter.com

2010-07-15 Thread Matt Harris
This is a repeat answer of the other thread going on about this but: Just wanted to say the image uploading should now be fixed but any broken images will need to be uploaded again. If you're still getting 200 OK but broken images please leave a comment on the issue tracker:

Re: [twitter-dev] Gardenhose feed down to a trickle

2010-07-15 Thread John Kalucki
This is a known issue. We'll have an email about the Gardenhose and Spritzer later today. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 5:48 AM, Sanjay san...@parekh.org wrote: I haven't fully investigated but my connection to the gardenhose

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
Oops, I got the wrong communication dump^^ Sorry about that, the issue is not on the authorization step, but on the access token step :p Ok, so using the https://api.twitter.com/oauth/* urls, here is what happens : I get the request token, no problem I open the web browser on the authorization

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
And yes, the clock on the phones are correctly set :) On 15 juil, 17:16, Mounir Regragui reg.mou...@gmail.com wrote: Oops, I got the wrong communication dump^^ Sorry about that, the issue is not on the authorization step, but on the access token step :p Ok, so using

Re: [twitter-dev] Gardenhose feed down to a trickle

2010-07-15 Thread Pascal Jürgens
# Idle musing Inflation adjustment? # end Pascal On Jul 15, 2010, at 17:14 , John Kalucki wrote: This is a known issue. We'll have an email about the Gardenhose and Spritzer later today. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc.

Re: [twitter-dev] Re: Oauth rate status?

2010-07-15 Thread John Werry
I'm using a PHP libarary so I don't have intimate knowledge of it's workings: http://www.haughin.com/code/twitter/ I'd have to take the time to delve into it. John On Thu, Jul 15, 2010 at 10:08 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: John, Can you provide examples of your

[twitter-dev] Anywhere errors in Opera 10.6

2010-07-15 Thread dndrnkrd
Getting a continuous stream of the following in latest Opera/Mac. Call stack looks to be trying to init a tweetbox, but I really can't debug with the way opera scrolls to the latest error each time the console updates. Any thoughts? Uncaught exception: [object DOMException] Error thrown at line

[twitter-dev] Re: Twitter API HTTP Heading

2010-07-15 Thread Nicholas Kingsley
Half of it - although I had originally replaced it. I'm trying to create a HTTP heading to send a tweet to my account (using GLBasic). Unfortunately the API documentation is no help in how this should be defined or what exactly to send. From the scraps of a C# demo, I've got : send$ = POST

[twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Eric
It appears that I am hitting a 150 post rate limit when I use the statuses/update.xml api to update a twitter account eventhough I should not have this limit doing only a post. Is there a reason why? Here is the code I am using from oracle to do this: create or replace PACKAGE BODY tweet AS

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Matt Harris
Hi Eric, In addition to the API Rate Limits there are general usage limits which apply to all of Twitter, including the website. These limits restrict various actions including the number of updates that can be posted per day. You can read more about Twitter Limits on our help website:

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Eric Mortensen
Unfortunately not. Do you have anything else that might explain it? On Thu, Jul 15, 2010 at 1:48 PM, Matt Harris thematthar...@twitter.comwrote: Hi Eric, In addition to the API Rate Limits there are general usage limits which apply to all of Twitter, including the website. These limits

Re: [twitter-dev] API HTTP Post statuses/update.xml

2010-07-15 Thread Matt Harris
Hey Eric, Sorry that help article didn't answer your question. Can you provide the actual HTTP request being made and the HTTP response you get back? We're interested in the response body content in particular. Also, remember we disable basic authentication on August 16th so you want to switch

Re: [twitter-dev] San Francisco Social App Workshop July 24- with @themattharris

2010-07-15 Thread Abraham Williams
I will be presenting as well so now you are guaranteed a good time! :-P Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Jul 8, 2010 at 14:05,

[twitter-dev] New spam vector / technique

2010-07-15 Thread M. Edward (Ed) Borasky
A few days ago, I changed the setting on my Twitter profile to Let others find me by my email address. Well, suppose a spammer already knows my email address. A bot then goes to Twitter, searches for and finds me, then follows me, and then sends an HTML email to me! I've gotten about ten

[twitter-dev] HTTPS Timing

2010-07-15 Thread rfergu
Hiya, I'm developing a twitter desktop app and if the computer system is more than just a little off twitter sends a 401. I'm wondering if there is a way for me to get the exact time requirements and if there is an api I can call to get the time? Best, Rob

Re: [twitter-dev] HTTPS Timing

2010-07-15 Thread M. Edward (Ed) Borasky
If you're running Windows or MacOS X with a persistent Internet connection, you should be syncing to the correct time automatically. On Linux, it's a bit trickier - you have to enable stuff, open firewall ports, etc. on some distros. Just on the off chance you happen to be using openSUSE

[twitter-dev] Re: API Service Disruptions

2010-07-15 Thread Dewald Pretorius
Taylor, I don't any longer have the details of the errors during that 18-24 hour period. But, all seems to be good now. On Jul 15, 10:57 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Dewald, you mentioned having problems with user/show -- can you elaborate? On Wed, Jul 14, 2010

[twitter-dev] Re: Get Twitter replies since

2010-07-15 Thread Orian Marx (@orian)
I assume you mean you're using statuses/mentions to retrieve the tweets you're looking for. If you want to get just the most recent mentions since the last time you fetched them, you should pass the id of the most recent mention you have in the since_id parameter. You can't send it a timestamp.

[twitter-dev] sample (gardenhose) feed slowdown

2010-07-15 Thread Kam
Hi, we've noticed that we're receiving about 1/4-1/3 the number of tweets that were coming in two days ago. This seems to have begun the night of 14.07 at around 23:54 EST. The connection to the stream was dropped, and when our client automatically reconnected we saw this decrease in the number of

[twitter-dev] How is this a solution?

2010-07-15 Thread uberChicGeekChick(*KaityGB);
So basically Twitter's solution to keep consumer keys out of oss apps code base is: - to require a hard coded url, which will be easily found in any apps source( or by simply scanning one's network traffic ). - this uri than responds by displaying the consumer key, consumer secret,

Re: [twitter-dev] sample (gardenhose) feed slowdown

2010-07-15 Thread Tim Haines
This was addressed in a previous email to the list. @jkalucki acknowledged a bug and was going to report on it soon.. On Fri, Jul 16, 2010 at 3:57 PM, Kam kamerondeckerhar...@gmail.com wrote: Hi, we've noticed that we're receiving about 1/4-1/3 the number of tweets that were coming in two

Re: [twitter-dev] sample (gardenhose) feed slowdown

2010-07-15 Thread John Kalucki
I hoped we'd have an email out on Thursday about this, but I'd imagine it'll go out on Friday. There isn't a problem with your client. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Jul 15, 2010 at 9:48 PM, Tim Haines tmhai...@gmail.com wrote: This was

Re: [twitter-dev] How is this a solution?

2010-07-15 Thread Cameron Kaiser
So basically Twitter's solution to keep consumer keys out of oss apps code base is: - to require a hard coded url, which will be easily found in any apps source( or by simply scanning one's network traffic ). - this uri than responds by displaying the consumer key, consumer

[twitter-dev] Re: Gardenhose feed down to a trickle

2010-07-15 Thread Tomo Osumi
Dear John, Could I have any updates about streaming api issues? I met the same situation as Sanjay's. both 'sample' and 'garden hose' streaming API have still 1/3 - 1/5 as much traffic as usual. Tomo http://twitter.com/elrana/ On 7月16日, 午前12:18, Pascal Jürgens