[twitter-dev] Re: Streaming API

2010-04-25 Thread epomqo
It works! Now I know how to put multiple parameters. Thanks very much! Best, epomqo On Apr 24, 4:39 pm, John Kalucki j...@twitter.com wrote: The curl man page explains how to send multiple parameters. If you just put them in one file, curl runs then all together. You have to separate them

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Dossy Shiobara
From my logged errors ... here's an example: http://api.twitter.com/1/users/show.xml?id=4583991 On 4/25/10 12:37 AM, Mark McBride wrote: Without more details this is going to be really hard to troubleshoot. Can you reliably reproduce this? What are the exact URIs you're calling that return

[twitter-dev] one application authentication

2010-04-25 Thread Abava
For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application that works with this account. And it works with this account only. Is it still OAuth?

Re: [twitter-dev] one application authentication

2010-04-25 Thread John Meyer
On 4/25/2010 8:50 AM, Abava wrote: For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application that works with this account. And it works with this

Re: [twitter-dev] one application authentication

2010-04-25 Thread Cameron Kaiser
For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application that works with this account. And it works with this account only. Is it still

[twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Ryan Rosario
I've found that all of my 500 isses are related to poison users. For whatever reason, I can never get their followers. I retry on 500, so I end up with an infinite loop of 500s for these users. When 500s happen with other users, my program usually succeeds after 1 or 2 retries. The only way to

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Raffi Krikorian
this shouldn't happen - feel free to give a sample of the poison user IDs, and we'll investigate them. we already have one, and we'll look into more. On Sun, Apr 25, 2010 at 10:16 AM, Ryan Rosario uclamath...@gmail.comwrote: I've found that all of my 500 isses are related to poison users. For

Re: [twitter-dev] Re: Image Tags in Tweets?!

2010-04-25 Thread Raffi Krikorian
yes - we do this on occasion. we've done this before during world AIDS day (if you had a hashtag of #red, then the tweet, on twitter.com, would turn red), and now for malaria we are putting a mosquito on the tweet. twitter.com is trying to drive people to understand and discover what's going on

Re: [twitter-dev] Twitter Source Stats gets some JSON output love

2010-04-25 Thread Raffi Krikorian
totally awesome. On Sat, Apr 24, 2010 at 10:54 PM, funkatron funkat...@gmail.com wrote: Some of you may be familiar with my Twitter Source Stats project: http://funkatron.com/tss/ I've recently added the ability to get the ranking data back as JSON. You can just add .json to the end of the

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Raffi Krikorian
not at all. twitter.com is already setup completely for oauth echo. at this point, its just 3rd party providers, and end clients. the @twitterapi team is ready to help out any of those that need help. On Sat, Apr 24, 2010 at 9:28 PM, Jaanus jaa...@gmail.com wrote: Is there any kind of

Re: [twitter-dev] one application authentication

2010-04-25 Thread M. Edward (Ed) Borasky
On 04/25/2010 07:50 AM, Abava wrote: For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application that works with this account. And it works

[twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Ryan Rosario
Here are the ones I have found so far. For the first one, I am able to reproduce the error on this one cursor. http://api.twitter.com/1/statuses/followers/pothos.json?cursor=1298609621435131624 User numeric ID: 3598791 (cursor unknown) R. On Apr 25, 10:26 am, Raffi Krikorian ra...@twitter.com

[twitter-dev] Re: [twitter-api-announce] countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Dima Brodsky
Hey, What's the timeline like, if you know, for the streaming api? Thanks! ttyl Dima On Sat, Apr 24, 2010 at 8:40 AM, Raffi Krikorian ra...@twitter.com wrote: hi all. you're going to be hearing a lot from me over the next 9 weeks. our plan is to turn off basic authorization on the API

Re: [twitter-dev] Re: [twitter-api-announce] countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Raffi Krikorian
it will be a while longer before streaming is converted. we'll of course, keep you as updated as possible! On Sun, Apr 25, 2010 at 11:36 AM, Dima Brodsky ddbrod...@gmail.com wrote: Hey, What's the timeline like, if you know, for the streaming api? Thanks! ttyl Dima On Sat, Apr 24,

[twitter-dev] Re: @anywhere hovercard events

2010-04-25 Thread scotth_uk
Thank you both for clarifying that for me, It now works! Scott On 20 Apr, 18:14, Todd Kloots klo...@twitter.com wrote: Hey Scott - If you've already linkified Twitter usernames yourself according to the pattern used by the @anywherelinkifyUsers() method (@a href=../a, then you can

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread jaronbarends
I moved my web based app from basic auth to oAuth just last week. I subsequently got several pleas from Chinese users to put the old version back up, as they could no longer use my app, since access to Twitter.com is blocked in China. This issue has discussed in this group before here:

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Craig Hockenberry
Hi Raffi! Is there a delay/verification after a new app is created? I just created a new app and am seeing problems getting the OAuth token with a xAuth HTTP request that looks like this: xAuth consumer key = N3fq77IdBT4qfglbcb4njg, consumer secret = REDACTED xAuth URL =

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Marco Kaiser
Did you whitelist your app for xAuth? On Apr 25, 2010 1:22 PM, Craig Hockenberry craig.hockenbe...@gmail.com wrote: Hi Raffi! Is there a delay/verification after a new app is created? I just created a new app and am seeing problems getting the OAuth token with a xAuth HTTP request that looks

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Raffi Krikorian
hi craig. have you gotten access to xAuth? applications are not, by default, given access to xAuth - if you e-mail a...@twitter.com with - your client token; and - a description of your application then we can grant it access. On Sun, Apr 25, 2010 at 1:22 PM, Craig Hockenberry

RE: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Dean Collins
Jaron, Why not use oAuth on a desktop client as well as the web client? This way your Chinese users can still use the app? We are thinking of enabling oauth for MyPostButler in the same format but haven't decided if it's worth the effort until we get the all clear from twitter they wont kill

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Craig Hockenberry
No, I didn't ask for access. I guess that's the bug: there's no place during the signup process that tells you that you need to go through a manual process to get xAuth access... -ch On Apr 25, 1:29 pm, Raffi Krikorian ra...@twitter.com wrote: hi craig. have you gotten access to xAuth?  

[twitter-dev] Search for certain users Twits yields no results

2010-04-25 Thread guytom
For some reason: http://search.twitter.com/search?from=Lakers While http://search.twitter.com/search?from=Celtics Works well Ideas anyone? -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Abraham Williams
It is specified on the XAuth documentation. On Sun, Apr 25, 2010 at 13:39, Craig Hockenberry craig.hockenbe...@gmail.com wrote: No, I didn't ask for access. I guess that's the bug: there's no place during the signup process that tells you that you need to go through a manual process to get

Re: [twitter-dev] Search for certain users Twits yields no results

2010-04-25 Thread Raffi Krikorian
i'm confused - i just went to both URLs, and both work? On Sun, Apr 25, 2010 at 1:40 PM, guytom guy.to...@gmail.com wrote: For some reason: http://search.twitter.com/search?from=Lakers While http://search.twitter.com/search?from=Celtics Works well Ideas anyone? -- Subscription

Re: [twitter-dev] Search for certain users Twits yields no results

2010-04-25 Thread Jonathan Reichhold
Fixed. Should have been searchable and now is. On Sun, Apr 25, 2010 at 1:40 PM, guytom guy.to...@gmail.com wrote: For some reason: http://search.twitter.com/search?from=Lakers While http://search.twitter.com/search?from=Celtics Works well Ideas anyone? -- Subscription settings:

Re: [twitter-dev] Re: Is /users/show broken or is it just me?

2010-04-25 Thread Mark McBride
I can reproduce this, so we should be good to go. Can one of you open an issue on the code tracker so we can track it? ---Mark http://twitter.com/mccv On Sun, Apr 25, 2010 at 11:25 AM, Ryan Rosario uclamath...@gmail.com wrote: Here are the ones I have found so far. For the first one, I

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Dewald Pretorius
Raffi, We really need a resolution for this issue before Basic Auth is deprecated. It sounds as if Twitter is telling developers of web apps that they cannot provide service to Chinese users, and other users behind firewalls that block access to twitter.com. But that can't be right, can it? On

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Abraham Williams
It is not twitter telling you it is China. -- Little androids dreaming of Nexus Ones compiled this text. On Apr 25, 2010 6:53 PM, Dewald Pretorius dpr...@gmail.com wrote: Raffi, We really need a resolution for this issue before Basic Auth is deprecated. It sounds as if Twitter is telling

[twitter-dev] Re: [twitter-api-announce] User Streams Preview Open To All Developers

2010-04-25 Thread M. Edward (Ed) Borasky
On 04/19/2010 11:20 AM, John Kalucki wrote: Experiment! -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. I think I saw this request go by, so I'll just add my vote for showing unfollows as well as follows. I just started testing with curl tonight. So far the only

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Ron B
China's policy didn't just recently change, Twitter's did. So it is Twitter telling us that we may not be able to support China and other firewall blocked countries any longer. It is, after all, within Twitter's power to continue to support Basic Auth. It is their conscious decision not to,

Re: [twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-25 Thread Raffi Krikorian
before this gets out of hand - i, personally, am very sensitive to these issues. i've been spending some brain power trying to come up with a solution. if people have suggestions, then please feel free to reach out to me personally and off list. On Sun, Apr 25, 2010 at 7:54 PM, Ron B

Re: [twitter-dev] Re: [twitter-api-announce] User Streams Preview Open To All Developers

2010-04-25 Thread John Kalucki
The user endpoint is very similar to the filter endpoint. We're tuning the parameters, but, yes, you can track and loc, just as on filter, but you can't follow. Duplicated JSON isn't really a big concern, but I'll look into what we can trim. The markup is rendered once for all receivers. If the

Re: [twitter-dev] Re: [twitter-api-announce] User Streams Preview Open To All Developers

2010-04-25 Thread M. Edward (Ed) Borasky
On 04/25/2010 08:40 PM, John Kalucki wrote: The user endpoint is very similar to the filter endpoint. We're tuning the parameters, but, yes, you can track and loc, just as on filter, but you can't follow. Yeah, I figured I'd be unable to follow another 200 folks on top of the over 5000 I

[twitter-dev] Re: one application authentication

2010-04-25 Thread Abava
There are a number of REST API calls that don't require authentication yes, I know :-) Application uses DM - so it must be authenticated. But yes, if you do authenticate, use oAuth. it looks curiously - confirm my password usage to myself :-) That is why I'am asking. On Apr 25, 9:51 pm, M.