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

2010-07-16 Thread Pascal Jürgens
Tomo, John replied on another thread just minutes after you: 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. Pascal On Jul 16, 2010, at 6:14 , Tomo Osumi wrote: Dear John, Could I have any updates

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

2010-07-16 Thread Tomo Osumi
Dear Pascal, Noted with thanks! On 7月16日, 午後3:49, Pascal Jürgens lists.pascal.juerg...@googlemail.com wrote: Tomo, John replied on another thread just minutes after you: 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

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

2010-07-16 Thread Tomo Osumi
Dear John, Great thanks for your info. My accounts to have streaming API traffic are @frostia_rina and @frosita_solage . @frostia_rina is for garden hose on development environment and @frostia_solage is for 'sample' on production environment. The situation is the same as Tim. Both garden hose

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

2010-07-16 Thread Decklin Foster
Excerpts from Cameron Kaiser's message of Fri Jul 16 01:00:55 -0400 2010: Actually, no. The process creates a completely new app key and secret cloned from the original one. They do not have anything in common with each other apart from the name and branding (and the user can change it later;

[twitter-dev] Twitter basic

2010-07-16 Thread TinyT
Hi, I want to find out how exactly Twitter works technically. I am a utterly non-technical person (read social scientist). How is Twitter built up technically, which layers, which programming languages are at play? Also what algorithms are used by Twitter? I hope this is not too trival for you

[twitter-dev] Checking if a user still has authorized access of my application

2010-07-16 Thread PBro
Hi, I would like to know if it is possible to check if a user still allows my application to access his twitter account. We are building an application that will post tweets on the user's account and read new tweets from his account. Therefore i would like to check if the user hasn't revoked

[twitter-dev] oauth_callback breaks request_token call

2010-07-16 Thread Meerlol
Hi All, I'm desperately trying to migrate to the OAuth API before the 16th of august but the API is not working with me. The problem is a the request_token stage of the flow. Whenever I add a oauth_callback parameter to my request then the request fails with: Failed to validate oauth signature

Re: [twitter-dev] Twitter basic

2010-07-16 Thread M. Edward (Ed) Borasky
There's a somewhat high-level diagram at http://meb.tw/6Ajijd -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting TinyT taina.buc...@gmail.com: Hi, I want to find out how exactly

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

2010-07-16 Thread Taylor Singletary
Here's an update: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/047365fe3cfa8a02 Taylor On Fri, Jul 16, 2010 at 12:03 AM, Tomo Osumi tomo.os...@gmail.com wrote: Dear Pascal, Noted with thanks! On 7月16日, 午後3:49, Pascal Jürgens

[twitter-dev] A feed greater equivalent to the old gardenhose?

2010-07-16 Thread Sanjay
Just saw the posting about the reduction in the gardenhose (and sprtizer) feeds ( http://t.co/d6o1npx ). So for those of us who need the additional data and are designed around it (and can consume it), is there a way to get that level of feed back? For me in particular this is going to

Re: [twitter-dev] A feed greater equivalent to the old gardenhose?

2010-07-16 Thread Taylor Singletary
You can request greater levels of Streaming access by sending a message to a...@twitter.com from the email address associated with your Twitter account. It's best to describe in detail how you'll use the data (sampling, keyword tracking, geo, and the number of variables and rates you're looking to

Re: [twitter-dev] A feed greater equivalent to the old gardenhose?

2010-07-16 Thread Pascal Jürgens
In addition to the note from Taylor, I think it's a good idea to remind people that stream contents are identical - it's absolutely no use and a waste of resources to consume more than one sample stream. Just pick the largest one - that will contain all messages you can get. Pascal On Jul

Re: [twitter-dev] Checking if a user still has authorized access of my application

2010-07-16 Thread Thomas Woolway
I'd have thought calling verify_credentials would do it - you'll get a 401 and a specific error message to tell you that the key is no longer valid. Alternatively, why not try to perform your actions (like posting a tweet or retrieving tweets) and if they return a 401, use that to indicate that

Re: [twitter-dev] oauth_callback breaks request_token call

2010-07-16 Thread Taylor Singletary
Hi Herman, You shouldn't include the oauth_token parameter in the request token step regardless.. Are you sure that you don't get a separate (but similar) error when you aren't including the oauth_token parameter in either portion of the request? Are you sure you are using the HTTP method POST

Re: [twitter-dev] Checking if a user still has authorized access of my application

2010-07-16 Thread Matt Harris
Tom is correct. The easiest way to check if your application is still allowed by the user is to call verify_credentials. This is a read-only call without any parameters which will return 200 OK if you are allowed access and 401 if you are not. Best, Matt On Fri, Jul 16, 2010 at 8:01 AM, Thomas

[twitter-dev] Re: oauth_callback breaks request_token call

2010-07-16 Thread Meerlol
Ok, this one might be useful for others as well. The application was registered as a client instead of a browser app. My app is an iPhone app but it uses the browser for the OAuth part, so it should have been browser type. Created a new app with the type set to browser and it works fine now. On

[twitter-dev] Upload Image to TwitPic OAuth 401 Unauthorized

2010-07-16 Thread globaljobber
Hi, Can anyone please help, been at this for days? I'm working with ASP.NET C# and trying to upload photo image to Twitpic. I am trying to use the OAuth procedure, but keep getting The remote server returned an error: (401) Unauthorized. This is where I'm at... I have all of the

[twitter-dev] api.twitter.com SSL cert expiring on 7-27-2010?

2010-07-16 Thread Carlos
After getting SSL errors on Windows Mobile 6.0 with connections to api.twitter.com due to that OS not having that cert installed, I started up firefox and connected to https://api.twitter.com and noticed this see screenshot http://twitpic.com/25ultr/full It's listed as expiring on 7/27/2010. I'm

Re: [twitter-dev] api.twitter.com SSL cert expiring on 7-27-2010?

2010-07-16 Thread John Adams
We have renewed the existing wildcard certificate and will be deploying it soon to api.twitter.com and oauth.twitter.com. It's from the same vendor, so there should be no issues. -j On Fri, Jul 16, 2010 at 11:26 AM, Carlos carlosju...@gmail.com wrote: After getting SSL errors on Windows

[twitter-dev] Re: api.twitter.com SSL cert expiring on 7-27-2010?

2010-07-16 Thread Carlos
Being in IT for over 10 years, nothing is scarier to me than this change shouldn't cause any problems. ;) Is this a scheduled change? If so, when? It would be nice if twitter kept a calendar updated for such things with a link off of status.twitter.com. (Even if no outage is expected.) On Jul

[twitter-dev] Search Confusion

2010-07-16 Thread Ted
Hello all, I'm playing around with geolocated tweets in my app at www.spiggler.com I've run into an issue today that is confusing me. I'm sure it was working recently, but here goes: A geo search works: http://search.twitter.com/search.json?rpp=100geocode=51.58,-0.71,4.19km That search

[twitter-dev] Anywherize usernames and userpictures on Drupal

2010-07-16 Thread Yngens
I've received negative response to my request to anywherize usernames with no @-prefixe from the maintainer of Anywhereize module for Drupal here: http://drupal.org/node/822308 and hope that this issue can be addressed here. I've got it working on my site for all the words prefixed with @-sign.

[twitter-dev] Re: User Photo Loading Issues

2010-07-16 Thread Ron
Actually, my user's can even log-in on Twitter's webpage. Has Twitter gone belly up? On Jul 16, 10:18 pm, Ron rbther...@gmail.com wrote: Anyone having trouble loading user avatar photos for their tweets? I seem to be getting very long delays with many photos not being returned at all.  

[twitter-dev] Re: User Photo Loading Issues

2010-07-16 Thread Ron
Looks like a3.twimg.com is down. On Jul 16, 11:07 pm, Ron rbther...@gmail.com wrote: Actually, my user's can even log-in on Twitter's webpage.  Has Twitter gone belly up? On Jul 16, 10:18 pm, Ron rbther...@gmail.com wrote: Anyone having trouble loading user avatar photos for their