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

2010-04-24 Thread funkatron
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 URL, and it'll spit it out. For example: http://funkatron.com/tss/lasthour http://funkatro

[twitter-dev] Re: Feature Request: Retrieve direct messages between requester and a single user

2010-04-24 Thread Jaanus
+1 to DMs being a stream, and splitting send/received not making much sense, neither globally nor in one contact context. I treat them as sort of a single meta-call in my app, consisting of two sub-calls, and this seems to be general behavior in all apps and also matches user model. J On Apr 23

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

2010-04-24 Thread Jaanus
A fine answer, but does not answer the question ;) looks like you guys are injecting custom images after some hashtags on the site? J On Apr 23, 10:20 pm, Raffi Krikorian wrote: > http://hope140.org/endmalaria > > > > > > On Fri, Apr 23, 2010 at 2:54 PM, John Meyer wrote: > > On 4/23/2010 3:4

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

2010-04-24 Thread Mark McBride
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 500s? What user are you using to make these calls? What authentication method? ---Mark http://twitter.com/mccv On Sat, Apr 24, 2010 at

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

2010-04-24 Thread Jaanus
Is there any kind of special involvement needed from you every time someone wants to do OAuth Echo? I thought I'll make my own server for my own app for some purpose. Judging by the spec you posted on your blog a while ago (http://mehack.com/oauth-echo-delegation-in-identity- verificatio), it does

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

2010-04-24 Thread Adrian
At this point, all I'm looking for is a way to upgrade this piece of PHP code to take into account the new authentication model: $ch = curl_init('http://twitter.com/statuses/update.xml'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, C

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

2010-04-24 Thread Mytweetopics
I am having an issue with users/show API request as well today. I am repeatedly getting an xml error that I have exceeded the rate limit even though I have tried it a few times per hour. On Apr 24, 8:35 am, Dossy Shiobara wrote: > I've been seeing an unusually high volume of HTTP 500 errors in re

Re: [twitter-dev] Weird @Anywhere issue when logging into Twitter

2010-04-24 Thread Abraham Williams
Sounds similar to an issue with normal OAuth. 1) Not signed into Twitter visit http://twitteroauth.labs.poseurtech.com/. 2) Click on "Sign in with Twitter" but don't click "Sign in" once you are on twitter.com. 3) Open a new tab to twitter.com and sign in. You will end up back at http://twitteroau

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

2010-04-24 Thread Abraham Williams
Awesome! I'm going to start planning a party... :-P Abraham On Sat, Apr 24, 2010 at 08:40, Raffi Krikorian 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 by june 30, 2010 -- developers > will have to

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

2010-04-24 Thread Raffi Krikorian
first three are taken care of, just let me know if you need help coordinating with the others On Sat, Apr 24, 2010 at 4:34 PM, John Meyer wrote: > On 4/24/2010 5:05 PM, Raffi Krikorian wrote: > >> if there any applications / service providers that you would like the >> @twitterapi team to ta

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

2010-04-24 Thread John Meyer
On 4/24/2010 5:05 PM, Raffi Krikorian wrote: if there any applications / service providers that you would like the @twitterapi team to talk to - let me know. or, have the application / service provider come to us. i really want to make this transition as easy as possible. I'll probably be co

Re: [twitter-dev] Testing Twitter API webapps

2010-04-24 Thread philip crawford
You bet. I have created three twitter apps for imby. The production twitter app is in the @imby twitter account. The staging and development twitter apps are within the @imbyTest twitter account. That account is private, so people don't see all the test tweets and whatnot. Development, Staging

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

2010-04-24 Thread Raffi Krikorian
if there any applications / service providers that you would like the @twitterapi team to talk to - let me know. or, have the application / service provider come to us. i really want to make this transition as easy as possible. On Sat, Apr 24, 2010 at 3:57 PM, John Meyer wrote: > On 4/24/2010

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

2010-04-24 Thread John Meyer
On 4/24/2010 3:44 PM, Raffi Krikorian wrote: hi tom! i will be sending more info about it - we've been working with yfrog, tweetphoto, and twitpic to get their services migrated - they are either finished or are nearly there. if there are others that you would like the @twitterapi team involved

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

2010-04-24 Thread Raffi Krikorian
hi tom! i will be sending more info about it - we've been working with yfrog, tweetphoto, and twitpic to get their services migrated - they are either finished or are nearly there. if there are others that you would like the @twitterapi team involved with to help them get migrated over as well, t

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

2010-04-24 Thread Ryan Rosario
I am having a ton of problems with that as well (500s). Actually, I think mine is with respect to friends and followers. Code has not done anything useful since last night :-(. Ryan On Apr 24, 8:35 am, Dossy Shiobara wrote: > I've been seeing an unusually high volume of HTTP 500 errors in respon

[twitter-dev] update_profile_*_image methods problem

2010-04-24 Thread KPL
People, I have been struggling over the two methods - Update Profile Image and Update Background Image I am using EpiTwitter library. I am uploading GIFs, Twitter returns the expected result for update_profile_background_image but returns 401 for update_profile_image , but the image is not chang

Re: [twitter-dev] Re: Can a single app support oAuth and xAuth?

2010-04-24 Thread Cameron Kaiser
> It would seem that xAuth would be the best method to use as I spent > the last 2 days looking at ways to use oAuth the web way. I'm not if > its entirely possible to do a round-trip in the browser window itself > and pass authorization back to a dialog window that uses XUL. Why not simply regis

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

2010-04-24 Thread Thomas Woolway
Hi Raffi, Great that we've got a date for basic auth deprecation, but is there any news/timescales on OAuth Echo? We've got nine weeks and counting to get the spec, get the service providers to implement it, build it into clients and get our user-bases to upgrade if they want to be able to upload

[twitter-dev] Re: Can a single app support oAuth and xAuth?

2010-04-24 Thread YCBM
Hi Taylor and Raffi, My apologies as I think I was a bit vague and unclear. Here's our current process: - User right clicks in Firefox to share. - Chrome dialog window is shown where user enters twitter credentials, message and tags. - Submit is form posted to server api which includes a number o

[twitter-dev] Weird @Anywhere issue when logging into Twitter

2010-04-24 Thread YCBM
Hi, Just started noticing something really weird. I have registered an @anywhere app. Now whenever I log into Twitter.com, I'm redirected to the callback url in the app with the following appended to the url: #?oauth_error_reason=not_authed But just to clarify, I can almost 100% reproduce this

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

2010-04-24 Thread Raffi Krikorian
there is a really good chance - now that oauth 2.0 has been submitted as a draft http://tools.ietf.org/html/draft-hammer-oauth2-00, we are going to spend some time catching up our oauth 2.0 implementation. at that point, we'll evaluate letting it loose. On Sat, Apr 24, 2010 at 8:44 AM, Dewald Pre

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

2010-04-24 Thread Dewald Pretorius
Raffi, that is super awesome. Thank you. Any chance that you will have OAuth 2.0 in production before then? On Apr 24, 12:40 pm, Raffi Krikorian 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 by june

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

2010-04-24 Thread Raffi Krikorian
sorry! i was just reminded about a point of clarification - streaming API will still support basic auth. this note *only* pertains to the REST API. 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 by june 30, 20

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

2010-04-24 Thread Raffi Krikorian
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 by june 30, 2010 -- developers will have to switch over to OAuth by that time. between now and then, there will be a *lot* of information coming along with tips on how t

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

2010-04-24 Thread Dossy Shiobara
I've been seeing an unusually high volume of HTTP 500 errors in response to /users/show API requests today. The availability/status page for it shows 100% uptime -- http://status.watchmouse.com/7617/127215/users/show Is this only affecting my requests? Is the status availability service at Watc

Re: [twitter-dev] Streaming API

2010-04-24 Thread John Kalucki
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 with &, or have curl do it for you by specifying multiple -d @ pairs: adrift.local:/tmp> head foo bar ==> foo <== follow=1234 ==> bar <== track=nort

Re: [twitter-dev] Mutual Friendship

2010-04-24 Thread Wakooz
Thanks a lot! On Fri, Apr 23, 2010 at 9:49 AM, philip crawford wrote: > Get the 2 relevant lists from the server, then perform the array > comparison locally. > > Friends > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids > > Followers > http://apiwiki.twitter.com/Twitte

Re: [twitter-dev] Public Timeline - Duplicate Status IDs

2010-04-24 Thread Raffi Krikorian
hi matt. it seems like you are asking about two things here. 1. the status IDs on the public timeline have zeros on the end -- that's because we have a really simple algorithm picking statuses that go into the public_timeline 2. between subsequent calls to the public timeline, even after the cac

[twitter-dev] Invalid / used nonce but only for certain user names?

2010-04-24 Thread Cory
I'm trying to request the user timeline for a specified user, and I keep getting Invalid / used nonce errors in the response. I know my nonce is correct so it must be a catch-all error message for something else that's going on. The error only happens with some users, others work perfectly file. H

[twitter-dev] Re: TweetBox with @Anywhere

2010-04-24 Thread webavatar
I am in the process of implementing a Tweet Box into some of our web pages using @Anywhere and while we have gotten everything to work perfectly there is one annoying problem we can't seem to fix and I'm wondering if any of you have come up with a solution. When we choose to connect with Twitter

[twitter-dev] Streaming API

2010-04-24 Thread epomqo
Dear Sirs, Hello! My name is Xiaowen, I have been playing with Twitter for some time and I am writing to ask a small question regarding Streaming API :) >From the documentation I know we can use the command "curl -d @locations http://stream.twitter.com/1/statuses/filter.json - uAnyTwitterUser:Pas

[twitter-dev] Public Timeline - Duplicate Status IDs

2010-04-24 Thread mattarnold1977
I posted this issue a couple of days ago when I noticed my logs reporting duplicate status IDs from the public timeline. I haven't heard back from Twitter support, so I wanted to post another message out there. Perhaps someone else is experiencing this issue. I checked and it looks like around 8

[twitter-dev] Re: Strange problems with Twitter API

2010-04-24 Thread KPL
Patrick, thank you very much for your help. You rock ! :-) On Apr 24, 10:41 am, Patrick Kennedy wrote: > I also use epiTwitter. Using 'localhost' has worked for me, but > sometimes it breaks, and I now prefer 127.0.0.1. > > As you note: after successful authentication with Twitter, it works > fi