[twitter-dev] Re: My Issue with the ReTweet API and my solutions

2009-08-18 Thread Paul Kinlan
Weird - there was no emphasis intended on the favoriting as a first class citizen paragraph - damn iphone :) 2009/8/18 Paul Kinlan paul.kin...@gmail.com Hi zac, I dont think I said there is a decrease in usage just that it is developed by the community and as such may wane in popularity as

[twitter-dev] Re: oAuth problem getting 401 on second request. shall we do something with oauth_token_secret?

2009-08-18 Thread guytom
Thanks for that. It looked like its doing the job but then after doing another one or two requests, similar to the one the worked they fail (see below). The strange thing is we do nothing different (besides the nonce and timestamp of course). Any ideas? HTTP/1.1 401 Unauthorized ... ?xml

[twitter-dev] Re: Accessing Twitter API from UK

2009-08-18 Thread Goblin
There are location specific trend lists? On Aug 18, 12:53 am, Carl morningc...@gmail.com wrote: Hi there, I would like to lookup the top UK trends by accessing the twitter api from US, I don't see a locale parameter as part of the method, any pointers? Thanks

[twitter-dev] oAuth suggestion

2009-08-18 Thread Rich
Firstly I use oAuth on my iPhone app because I like the concept but there are problems with the oAuth pages using mobile devices, so here are my suggestions to make the experience better 1) The page simply doesn't lend itself to a 320px wide screen. How about an auto-device detection similar to

[twitter-dev] Re: 200 errors

2009-08-18 Thread Rich
I'm seeing this type of behaviour too and it's getting very frustrating. Basically I'm checking for status 200, then I'm checking for Content- Type XML. However from time to time I'm getting non XML back from this function. On Aug 9, 8:27 am, Chris Babcock cbabc...@asciiking.com wrote: This

[twitter-dev] storing access tokens

2009-08-18 Thread AArruda
I'm developing a mobile app for Twitter and i am thinking about storing the access tokens internally so the user won't have to go through the whole web authentication process every time the program is used. Is that a good practice, or are there any issues with this solution? Thanks!

[twitter-dev] Re: oAuth problem getting 401 on second request. shall we do something with oauth_token_secret?

2009-08-18 Thread guytom
OK, mistery resolved, we have to uri encode the signature. For some reason Twitter behavior is inconsistent and sometimes it does work without it that's what got us confused.

[twitter-dev] Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Dewald Pretorius
At around 9:30 AM EST this morning I (tweetlater) got blocked yet again with connection refused. It appears to be on all calls. Anyone else? Dewald

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Genevate
Yes, being blocked here also. Chris- On Aug 18, 9:37 am, Dewald Pretorius dpr...@gmail.com wrote: At around 9:30 AM EST this morning I (tweetlater) got blocked yet again with connection refused. It appears to be on all calls. Anyone else? Dewald

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Genevate
9:40 and seems to now recovered. Chris- On Aug 18, 9:37 am, Dewald Pretorius dpr...@gmail.com wrote: At around 9:30 AM EST this morning I (tweetlater) got blocked yet again with connection refused. It appears to be on all calls. Anyone else? Dewald

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Dewald Pretorius
The API is again responding normally on my side as well. Must have been a glitch in the matrix. Dewald On Aug 18, 10:41 am, Genevate chris.corriv...@gmail.com wrote: 9:40 and seems to now recovered. Chris-

[twitter-dev] Re: 401 Error, could not authenticate you problem

2009-08-18 Thread havis
Hello Adam, actually i am using basic authentication sending login and password as a header request: String url = http://twitter.com/statuses/ friends_timeline.xml; String credentials = username:password;

[twitter-dev] https on twimg.com?

2009-08-18 Thread Alex
Our app uses https during the user session and in order to prevent errors in some browsers we must make sure that all files (including images) are loading via https as well. Up until now we were just taking the profile image URL and swapping http for https in the URL, and everything worked fine.

[twitter-dev] How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Andrew
I get this response quite frequently: !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; -- HTML HEAD META HTTP-EQUIV=Refresh CONTENT=0.1 META HTTP-EQUIV=Pragma CONTENT=no-cache META HTTP-EQUIV=Expires CONTENT=-1 TITLE/TITLE /HEAD BODYP/BODY /HTML And

[twitter-dev] Re: How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Cameron Kaiser
I get this response quite frequently: !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN In general, when TTYtter receives HTML when it expects JSON (and it can identify it as HTML -- we had an incident last night where it passed a JSON empty list, followed by an HTML page), it simply

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread Ryan Sarver
Dewald, When you see that kind of stuff crop up, can you please capture as much information as you can including packet dumps, headers, etc so that we can narrow down what might be the issue? There are lots of moving parts and we need to know where to focus our efforts. Thanks for keeping us

[twitter-dev] Re: 401 Error, could not authenticate you problem

2009-08-18 Thread JDG
are you sure your encode method is correctly base64-encoding the credentials? On Tue, Aug 18, 2009 at 08:18, havis bazoa...@gmail.com wrote: Hello Adam, actually i am using basic authentication sending login and password as a header request: String url =

[twitter-dev] Re: How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Ryan Sarver
Andrew, Thanks for bumping this up to us. Can you please also provide some additional data to us (as much as you can) so we can help figure out what is going on and where it is coming from? 1. The IP of the machine making requests to the Twitter API. If you're behind NAT, please be sure to send

[twitter-dev] Re: https on twimg.com?

2009-08-18 Thread Ryan Sarver
Alex, Thanks for your email. Its a known issue with the migration to twimg.com. We recommend while we fix the issue that you transform the url to https://s3.amazonaws.com/twitter_production/profile_images/###/###.jpg, the same url's we use if you browse the site via HTTPS. Best, Ryan On Tue,

[twitter-dev] Re: 200 errors

2009-08-18 Thread Ryan Sarver
Chris, Rich, Seems like you aren't the only ones right now. I'm going to work with Ops to see if we can figure out where it is coming from. Can you provide us with a little more info so it will be easier to track this down? 1. The IP of the machine making requests to the Twitter API. If you're

[twitter-dev] Re: How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Rich
I'm getting the same issue with XML, yet the API is responding with a 200 status OK On Aug 18, 3:59 pm, Cameron Kaiser spec...@floodgap.com wrote: I get this response quite frequently: !-- !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN In general, when TTYtter receives HTML when it

[twitter-dev] Re: 200 errors

2009-08-18 Thread Rich
Thanks Ryan I've emailed the API email address On Aug 18, 4:21 pm, Ryan Sarver rsar...@twitter.com wrote: Chris, Rich, Seems like you aren't the only ones right now. I'm going to work with Ops to see if we can figure out where it is coming from. Can you provide us with a little more info so

[twitter-dev] Recent SimpleXML_load_string error

2009-08-18 Thread Jason Lav
I am getting a SimpleXML error (see below) when trying to run simplexml_load_string on XML content from Twitter (http://twitter.com/ statuses/user_timeline.xml). It is an intermittent problem and I have seen on my own site as a well as others websites (if you search on google, you will find a

Re: Absurd Misunderstanding of Open Anything (Was: [twitter-dev] Re: Open Auth)

2009-08-18 Thread Jason Martin
I'm sorry, I was talking about distributing source code. However, I wasn't thinking of Open Source (even though I wrote that), I was thinking of things like interpreted languages (like PHP) where you would distribute an application that can't be compiled in to a binary, as, even if you

[twitter-dev] Re: API profile image update

2009-08-18 Thread Mitchel Berberich
Hi Josh, Hi David. I have the same problem over here, too. I'm trying to update the image using java jersey but all I get is error 500. Searching the internet half a day, I also found a previous description of the problem posted in December 2008, but still no solution :-(

[twitter-dev] Re: How are we supposed to be handeling HTML responses from the API?

2009-08-18 Thread Andrew C.
Ryan, I'll put in some additional logging to get the answers to two. The request I am making gets cached for 24 hours (as to not overload the Twitter servers) so once it succeeds it could be a while before I hit the error again. I can try to force it. As far as the rest of it goes: 1. I'll

[twitter-dev] JQuery Full API Plugin - Help Needed Testing

2009-08-18 Thread Eric Garside
Hey guys, I've been working on a full implementation of the twitter API through, primarily, jQuery, with a simple relay script server side for securely signing and keeping auth details. I've just finished the library, and am looking for some developers who know both the twitter API and jQuery to

[twitter-dev] Re: My Issue with the ReTweet API and my solutions

2009-08-18 Thread Jeffrey Greenberg
I also am not on fire about this API... Since our app, www.tweettronics.com, tracks user's twitter activities, I think that while retweeting has been popular it's mainly been a tool for spammage as part of user's desire for self-promotion and less as a tool for user attibution. Still the users

[twitter-dev] Twitter API docs 404 URL

2009-08-18 Thread Scott Haneda
Hello. The Twitter API has a mobile version. I have never seen it work. http://apiwiki.twitter.com/Getting-Started As you can see, if you are detected as mobile all API doc pages 404. I click the desktop version link at the bottom and everything works as advertised. I thought I would

[twitter-dev] Permanent URL to profile images?

2009-08-18 Thread Adriano Nagel
Hi, Is there a permanent URL to user profile images? Currently when a user changes his avatar, my app displays a broken image. I'm trying to avoid looking for updates periodically, but I couldn't find anything related in the API. Thanks, -- Adriano

[twitter-dev] Re: Recent SimpleXML_load_string error

2009-08-18 Thread Adam Shannon
Reload the page, it's been happening to me. On Tue, Aug 18, 2009 at 11:03 AM, Jason Lav abacus...@gmail.com wrote: I am getting a SimpleXML error (see below) when trying to run simplexml_load_string on XML content from Twitter (http://twitter.com/ statuses/user_timeline.xml). It is an

[twitter-dev] Re: https on twimg.com?

2009-08-18 Thread JDG
This has already been discussed on the list. If you want to use HTTPS, for now, you have to replace the twimg host with the amazonaws host. On Tue, Aug 18, 2009 at 08:54, Alex aybarb...@gmail.com wrote: Our app uses https during the user session and in order to prevent errors in some browsers

[twitter-dev] Re: OAuth + Mobile nightmare

2009-08-18 Thread Otávio Ribeiro
no.. just the same problem. On Mon, Aug 17, 2009 at 3:09 PM, AArruda arrud...@gmail.com wrote: I've been developing a Java/MIDP Twitter client for the past two months, and i still need a couple more months to publish a beta version. A few days ago i found out that the update source (app name)

[twitter-dev] Re: Permanent URL to profile images?

2009-08-18 Thread JDG
no On Tue, Aug 18, 2009 at 11:34, Adriano Nagel a...@safira.com wrote: Hi, Is there a permanent URL to user profile images? Currently when a user changes his avatar, my app displays a broken image. I'm trying to avoid looking for updates periodically, but I couldn't find anything related

[twitter-dev] Fav on Retweeted tweets

2009-08-18 Thread mootoh
I want to propose a fav behavior on retweeted posts. A Fav on retweeted posts should be propagated to original tweets. I often use the favorite facility to save inspired tweets to read it later, and recently those tweets are retweeted ones. I want pass those feelings to the original authors in

[twitter-dev] Re: Platform Status Update, Monday 4:30pm PST

2009-08-18 Thread djc8080
Here's the typical errors. Call 1 says 132 hits remaining; call 2 returns over the limit. Once an hour, call 2 slips through and returns the right result. Otherwise, on some accounts - the rate_limit bug blocks access. On other accounts, there is no problem at all. Sometimes, the problem resolves

[twitter-dev] Re: Accessing Twitter API from UK

2009-08-18 Thread Carl
I don't know, that is what I want to find out :) On Aug 18, 4:11 am, Goblin stu...@abovetheinternet.org wrote: There are location specifictrendlists? On Aug 18, 12:53 am, Carl morningc...@gmail.com wrote: Hi there, I would like to lookup the top UK trends by accessing the twitter api

[twitter-dev] Re: Recent SimpleXML_load_string error

2009-08-18 Thread Dewald Pretorius
Jason, If it is at possible for you to switch over to Twitter JSON calls, do so. It saves a ton of headaches. If the response document does not contain valid JSON, you get a FALSE as response in the decode instead of all those warnings that you get in simplexml. JSON responses are smaller in

[twitter-dev] Re: Accessing Twitter API from UK

2009-08-18 Thread Abraham Williams
Currently there are not. Abraham 2009/8/18 Carl morningc...@gmail.com I don't know, that is what I want to find out :) On Aug 18, 4:11 am, Goblin stu...@abovetheinternet.org wrote: There are location specifictrendlists? On Aug 18, 12:53 am, Carl morningc...@gmail.com wrote:

[twitter-dev] Re: API profile image update

2009-08-18 Thread Josh Roesslein
Thanks for sharing that link Mitchel. It seems the curl example does work just fine, so maybe the issue is within my code. Just seems twitter doesn't handle the error gracefully. Should be a 4xx error being returned if its client issue. On Tue, Aug 18, 2009 at 10:34 AM, Mitchel Berberich

[twitter-dev] Re: Permanent URL to profile images?

2009-08-18 Thread natefanaro
There is no officially supported way to get a static url for profile images but if you're familiar with google app engine you may want to check this out: http://code.google.com/p/spiurl/ On Aug 18, 1:34 pm, Adriano Nagel a...@safira.com wrote: Hi, Is there a permanent URL to user profile

[twitter-dev] Re: OAuth + Mobile nightmare

2009-08-18 Thread André Arruda
I'm thinking about storing the access token in the phone so the user won't have to go through all the auth process everytime the program is opened. I hope i won't find any new surprises by doing this. 2009/8/18 Otávio Ribeiro otavio.ribe...@gmail.com no.. just the same problem. On Mon, Aug

[twitter-dev] Re: API profile image update

2009-08-18 Thread Josh Roesslein
Okay I've seem to have fixed the code and it works perfectly now. :) Made a few mistakes which where causing the issues and the 500 error. Anyone else experiencing the 500 error should check their code. On Tue, Aug 18, 2009 at 2:37 PM, Josh Roesslein jroessl...@gmail.comwrote: Here is the code

[twitter-dev] Platform Status Update, Tuesday 2:00pm PST

2009-08-18 Thread Ryan Sarver
Thanks to everyone who sent in detailed issue reports we have been able to tune the system to recognize the traffic better and things seem to be running well. We will continue to closely monitor the system and tune as needed. Your detailed reports are very important in helping us teach the system

[twitter-dev] Re: API profile image update

2009-08-18 Thread Josh Roesslein
One more related question: Is it possible to use oauth for these profile image endpoints? The issue is signing the POST body which the spec does not specify. Does twitter support this in anyway or is basic auth the only option? Josh

[twitter-dev] Re: Permanent URL to profile images?

2009-08-18 Thread Andrew Badera
On Tue, Aug 18, 2009 at 4:21 PM, natefanaronatefan...@gmail.com wrote: There is no officially supported way to get a static url for profile images but if you're familiar with google app engine you may want to check this out: http://code.google.com/p/spiurl/ Nice, great find, thanks for

[twitter-dev] Re: storing access tokens

2009-08-18 Thread Bill Kocik
Storing access tokens - safely - is a generally accepted practice. On Aug 18, 8:32 am, AArruda arrud...@gmail.com wrote: I'm developing a mobile app for Twitter and i am thinking about storing the access tokens internally so the user won't have to go through the whole web authentication

[twitter-dev] Re: storing access tokens

2009-08-18 Thread shiplu
On Tue, Aug 18, 2009 at 6:32 PM, AArrudaarrud...@gmail.com wrote: I'm developing a mobile app for Twitter and i am thinking about storing the access tokens internally so the user won't have to go through the whole web authentication process every time the program is used. Is that a good

[twitter-dev] Re: Accessing Twitter API from UK

2009-08-18 Thread Carl
Bummer, I know this is the Twitter group, but I am curious if any other source offer that? It seems both Google Trend and Yahoo Buzz are US only, Bing's XRank only covers celebrities, anyone knows any UK source for that? Appreciate it! On Aug 18, 12:16 pm, Abraham Williams 4bra...@gmail.com

[twitter-dev] DM Length

2009-08-18 Thread Dewald Pretorius
The API documentation says a DM must be under 140 characters. Someone just sent me a DM that has 841 characters. I counted the characters after I fell of my chair and got back on it again. What's up with that? Dewald

[twitter-dev] Re: Permanent URL to profile images?

2009-08-18 Thread Sam Street
I cache the users profile image and background when they authorize and each time they reauthorize the return values are compared. If they are different the images are updated and recached. I couldn't find a better way to handle this other than running a cronjob that calls /users/show method for

[twitter-dev] Do not display a background image

2009-08-18 Thread Sam Street
Just noticed something relating to the API method users/show When requesting a user's data I dont see a field relating to whether the user has chosen Do not display a background image If you see here: http://twitter.com/users/show.xml?screen_name=AstuteCat The default twitter background

[twitter-dev] Re: legal issues - is tweet an official verb in the US language?

2009-08-18 Thread Bill Kocik
On Aug 17, 8:06 am, Nicole Simon nee...@gmail.com wrote: Question: is to tweet an official word in the english language both american and english? as in widely used? does the US and UK trademark system reject such applications? Microsoft has a registered trademark on Windows. Apple

[twitter-dev] sending a tweet from an ASP.NET form action

2009-08-18 Thread subquark
I don't know where to start (or even the terms to search for) but . . . I would like to be able to send a tweet out on the completion of a form to my own account. A user fills out an ASP.NET form and when they submit the form, I would like my Twitter status to update and simply say another form

[twitter-dev] streaming api - track method with oauth ?

2009-08-18 Thread lquerel
Hi guys, Are there plans to allow oauth instead of the basic auth to access the track service ? Typically this service can be used in a third application to follow several subject in a more efficient way that the current polling method based on the standard API. Thanks Laurent Quérel

[twitter-dev] Re: Join us in the #twitterapi IRC channel on freenode

2009-08-18 Thread Dewald Pretorius
Marcel, I can't join #twitterapi on irc.freenode.net. Colloquy-mobile just throws a deaf ear, i.e., nothing happens. I can join other chat rooms no problem. I'm not very familiar with IRC, so I might be making a rookie mistake. Dewald

[twitter-dev] Join us in the #twitterapi IRC channel on freenode

2009-08-18 Thread Marcel Molina
We've heard your requests for greater transparency and more frequent communication in the last couple weeks around the fall out from the DDoS attacks. The Twitter Development Talk mailing list and @twitterapi account have gone a long way to keeping the conversation flowing. We want to facilitate

[twitter-dev] Re: sending a tweet from an ASP.NET form action

2009-08-18 Thread Andrew Badera
On Tue, Aug 18, 2009 at 4:45 PM, subquarksubqu...@gmail.com wrote: I don't know where to start (or even the terms to search for) but . . . I would like to be able to send a tweet out on the completion of a form to my own account. A user fills out an ASP.NET form and when they submit the

[twitter-dev] Re: Join us in the #twitterapi IRC channel on freenode

2009-08-18 Thread Marcel Molina
The channel had been set to +r which requires users to be registered with the NickServ to join the channel. That restriction has been lifted so things should be fine now (and since you just joined the channel I'm assuming it works). On Tue, Aug 18, 2009 at 4:29 PM, Dewald

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-18 Thread jim.renkel
Marcel: thank you for the quick response to my questions. Not surprisingly, your answers have raised a couple of more questions. :-) 1. What happens if I give a retweet id number to the status/show method? An error? The retweeted status message is returned along with information about all of

Re: Absurd Misunderstanding of Open Anything (Was: [twitter-dev] Re: Open Auth)

2009-08-18 Thread Joseph Cheek
nor can oauth assure the provider that a desktop app is legitimate when the app authenticates itself to the provider. John Kristian wrote: An OAuth Consumer that's deployed to users' desktops or mobile devices can't keep a secret. One should assume its consumer key and consumer secret will be

[twitter-dev] Re: Anyone Else Being Blocked Again? - Tuesday Aug 18

2009-08-18 Thread mak1e
hmmm no wonder the respond seems a little slow and sometimes tweets don't go thru... At first I was suspecting that it could be our firewall :D I'll try to catch the issue if any on screenshots and will post it here. thanks for the updates, ;) Mark On Aug 19, 3:06 am, Ryan Sarver

[twitter-dev] Add rel=shortlink support for auto-detecting short links

2009-08-18 Thread Sam Johnston
Morning all, I have just added this idea to Get Satisfaction (http://bit.ly/sN7Gh) that I think will be of interest to many of you: Please add support for the rel=shortlink (http://purl.org/net/ shortlink) standard so that Twtiter can detect short links from the site (HTTP headers and/or HTML

[twitter-dev] Re: Issues with the API this morning?

2009-08-18 Thread bosher
Any update on the random 408 errors. I'm still having frequent issues. On Aug 17, 2:13 pm, Alex Payne a...@twitter.com wrote: Just sent out an update on the sort of information we need to help you guys out. We're working on it. Expect things to open up for a bit as we tune some settings for

[twitter-dev] Re: Platform Status Update, Tuesday 2:00pm PST

2009-08-18 Thread djc8080
We reported/documented inconsistent, incorrect responses on statuses/ followers, statuses/friends. After a few reboots, to correct connections that have been left open, all the accounts are working. We'll be monitoring for any additional problems. Thanks for the fast response - after our report

[twitter-dev] Re: Platform Status Update, Tuesday 2:00pm PST

2009-08-18 Thread djc8080
Oops. spoke too soon. Still eradic problems - same symptoms. Incorrect rate_limit response on statuses/followers when ..ids calls work perfectly on the same account.