[twitter-dev] rate limited enhance your calm

2010-07-19 Thread hcl9559
I don't like getting this message... one because I don't understand it. Searched Twitter, Blackberry and Google. Seems it's a twitter + blackberry issue. 1) Window pops up after one search in one session that I use once a day. That means every time I open it! 2) Annoying verbage... makes me want

Re: [twitter-dev] Re: Twitter backup script

2010-07-19 Thread Tomas Roggero
Hi Pascal What I'm doing is requesting 150 per hour. I've 43 pages, so in about a week I'll get my almost full backup. :D (I've wrote a PHP script to do that automatically, of course) Does the Congress Library have an API or some ? 2010/7/18 Pascal Jürgens lists.pascal.juerg...@googlemail.com

[twitter-dev] How to implement tweet functionality in orkut apps.

2010-07-19 Thread Pyrocks
HI Friends, I am new to this twitter implementation in orkut apps. I have a requirement in my orkut application that i have to do tweet functionality in my application that will posted some message in his twitter profile page from my application. User will give his twitter user id and password

[twitter-dev] update_profile_image is returning 200OK but not updating Profile Image

2010-07-19 Thread Bob
We are again seeing behaviour where update_profile_image is returning a 200OK but the image is not updated on Twitter. This happened last week and was fixed under Issue 1745: http://code.google.com/p/twitter-api/issues/detail?id=1745 But it has just reappeared. Behaviour is very slightly

Re: [twitter-dev] Selecting most active users to stream from a list

2010-07-19 Thread John Kalucki
The easier and far better thing to do would be to request a higher access level for follow, and do it all via the Streaming API. This would be less coding work for you, and less stress on our system. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Mon, Jul 19, 2010 at

Re: [twitter-dev] update_profile_image is returning 200OK but not updating Profile Image

2010-07-19 Thread Taylor Singletary
Thank you for the details, Bob. We're looking into it. Taylor On Mon, Jul 19, 2010 at 6:19 AM, Bob movingforwa...@gmail.com wrote: We are again seeing behaviour where update_profile_image is returning a 200OK but the image is not updated on Twitter. This happened last week and was fixed

Re: [twitter-dev] How to implement tweet functionality in orkut apps.

2010-07-19 Thread Taylor Singletary
There are a few ways to go about this, and some are easier than others. The easier the solution, the less control you have over the experience provided. I'll assume your Orkut application is OpenSocial-based. If you have a remote server component to your Orkut application, you may find it easiest

Re: [twitter-dev] How to implement tweet functionality in orkut apps.

2010-07-19 Thread Taylor Singletary
P.S. Here's more about the OAuth proxy approach: http://code.google.com/apis/gadgets/docs/oauth.html On Mon, Jul 19, 2010 at 7:08 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: There are a few ways to go about this, and some are easier than others. The easier the solution, the less

Re: [twitter-dev] Can't add a friend

2010-07-19 Thread Taylor Singletary
We had a brief issue with followings and unfollowings but it's resolved now: http://status.twitter.com/post/830058364/had-trouble-following-people Taylor On Sun, Jul 18, 2010 at 3:02 PM, Fabien Penso fabienpe...@gmail.com wrote: Hi, I'm trying to add @tweetsellit as a friend from

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

2010-07-19 Thread Taylor Singletary
We're continuing to experiment with the feasibility of this feature, and SSL support is one gating factor among a few others. There are future solutions that we can envision that would obviate the need for this less-than-friendly model. Taylor On Sat, Jul 17, 2010 at 12:35 PM, Abraham Williams

Re: [twitter-dev] Get just the IDs for a lists members

2010-07-19 Thread Taylor Singletary
There's no way to get this at this time, but it'd be a good feature to request on the issue tracker: http://code.google.com/p/twitter-api/issues/list On Sun, Jul 18, 2010 at 2:09 PM, Dharmesh dharme...@gmail.com wrote: I'm looking to do do some analysis on twitter lists. I'd like to be able

[twitter-dev] Re: Home_timeline and retweets

2010-07-19 Thread luisg
Well, that dont solve my problem! If I use user_timeline I will get only the tweets and the retweets done by me... I want that, but I want the tweets and the retweets done by my followers (and the ones I'm following) too. Open the following options in different tabs in your browser (imagine your

Re: [twitter-dev] Re: Twitter backup script

2010-07-19 Thread Pascal Jürgens
Thomas, last time I heard from the project, they were busy sorting the technical details out and still not sure who would even get access. It'll probably be open to a selected group of researchers first. Pascal On Jul 18, 2010, at 8:16 PM, Tomas Roggero wrote: Hi Pascal What I'm doing is

[twitter-dev] OAuth, Stream API, desktop apps, general question

2010-07-19 Thread dalm
I've been studying APIs and testing with toy apps; technically, it's all working fine. My questions, regarding a desktop app that I hope to distribute: 1) OAuth is obviously required for status updates (api.twitter.com/ POST), but what about search.twitter.com/GET of public tweets? Do I still

Re: [twitter-dev] Are unauthenticated API calls being counted twice against rate limits?

2010-07-19 Thread Taylor Singletary
Hi Ed, Interesting. I'll investigate this. Taylor On Sat, Jul 17, 2010 at 8:17 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: I've got a script that dumps a list of friends and followers for a user. When I run it authenticated with oAuth, it behaves as expected: limit: 350,

[twitter-dev] create a new app

2010-07-19 Thread Doug at Highground
I cannot create a new app, I get a screen that says Something is technically wrong. Thanks for noticing - we're going to fix it up and have things back to normal soon. How do I get around this error?

Re: [twitter-dev] OAuth, Stream API, desktop apps, general question

2010-07-19 Thread John Kalucki
Desktop apps should be on User Streams, not on stream.twitter.com: http://apiwiki.twitter.com/ChirpUserStreams http://apiwiki.twitter.com/User-Stream-Implementation-Suggestions You should keep connections open as long as is practical and reduce connection churn to a minimum. -John Kalucki

[twitter-dev] Re: OAuth, Stream API, desktop apps, general question

2010-07-19 Thread dalm
Thanks! User-Stream-Implementation-Suggestions is a gem of a document. On Jul 19, 12:42 pm, John Kalucki j...@twitter.com wrote: Desktop apps should be on User Streams, not on stream.twitter.com: http://apiwiki.twitter.com/ChirpUserStreams

[twitter-dev] twurl and statuses/user_timeline.json does not seem to recognize the id parameter

2010-07-19 Thread ssriram
Hi, I'm looking to fetch the user_timeline for various twitter users. Testing it with twurl it seems that 'once authenticated' the id parameter is not recognized and all calls to /statuses/ user_timeline.json with id=foo return only the authenticated users timeline. Testing it in an

Re: [twitter-dev] Are unauthenticated API calls being counted twice against rate limits?

2010-07-19 Thread M. Edward (Ed) Borasky
This issue seems to have gone away, but I'm seeing other scattered symptoms on unauthenticated API rate limits. 1. 150 calls per hour and 150 calls remaining but time remaining much less than 3600 seconds - I've seen values as low as 1800 seconds. 2. Occasional instances of values *greater*

Re: [twitter-dev] Are unauthenticated API calls being counted twice against rate limits?

2010-07-19 Thread Taylor Singletary
Thanks for the further points, Ed! On Mon, Jul 19, 2010 at 11:09 AM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: This issue seems to have gone away, but I'm seeing other scattered symptoms on unauthenticated API rate limits. 1. 150 calls per hour and 150 calls remaining but

[twitter-dev] statuses/home_timeline.xml returning text/html instead of text/xml

2010-07-19 Thread Rich
I'm seeing an increase in the home timeline returning a content-type of text/html instead of text/xml The actual body of the request is actually the correct XML response but my app checks for the correct HTTP header content-type. Is anyone else seeing this?

Re: [twitter-dev] Is Twitter oAuth broken?

2010-07-19 Thread Matthew Terenzio
I'm getting problems on the return as well. On Mon, Jul 19, 2010 at 2:55 PM, nischalshetty nischalshett...@gmail.comwrote: My apps getting 'user has not given permission' and this is by the hundreds! I presume the oAuth API is having issues!

[twitter-dev] Re: Is Twitter oAuth broken?

2010-07-19 Thread Bob
It would appear that Twitter oAuth is down across the board. We are getting 500 errors for all calls to: http://api.twitter.com/oauth/access_token Since 18:20 UTC. Presumably this is what is meant by the update to the issue on the status blog: Update (11:20 PST, 18:20 UTC): oAuth tokens are

Re: [twitter-dev] Re: Is Twitter oAuth broken?

2010-07-19 Thread Dossy Shiobara
Phew! Thank goodness I still use HTTP Basic Auth ... ;-) When's that supposed to be EOL'ed again? Are we still pretending that it's a good idea? ;-) On 7/19/10 3:00 PM, nischalshetty wrote: Alright, it is oAuth issues, checked the twitter status here -

[twitter-dev] xauth token exchange failing

2010-07-19 Thread Isaiah Carew
Hi, I'm seeing across the board failure of xAuth token exchange for my app, Kiwi. The app has not changed for months and is in use by thousands of users. So I don't think it's something I've done recently. Is it related to what I'm seeing on status.twitter.com? Is there a way to tell

Re: [twitter-dev] statuses/home_timeline.xml returning text/html instead of text/xml

2010-07-19 Thread Bill Jacobson
I'm expecting 'application/json' and am suddenly getting 'text/html'. On 07/19/2010 01:58 PM, Rich wrote: I'm seeing an increase in the home timeline returning a content-type of text/html instead of text/xml The actual body of the request is actually the correct XML response but my app checks

Re: [twitter-dev] statuses/home_timeline.xml returning text/html instead of text/xml

2010-07-19 Thread Taylor Singletary
Hi Everyone, This sounds very strange. Anyone have any captures of the entire request sequence? - Your HTTP headers, including acceptance headers, the full URI being executed, etc. - The full response, including HTTP Headers (as can be provided without compromising private user / app data)

Re: [twitter-dev] Re: Is Twitter oAuth broken?

2010-07-19 Thread Taylor Singletary
The current site issues that are also making updates to profiles, avatars, and background images are to blame for the current issues around OAuth authentication as well. We're working on relieving the problem. Taylor On Mon, Jul 19, 2010 at 12:04 PM, Dossy Shiobara do...@panoptic.com wrote:

[twitter-dev] Issues with OAuth

2010-07-19 Thread ap
I've been experiencing OAuth issues with my app today. If I'm already logged into twitter, the OAuth redirects to my app just fine. However, if I have to land on the authentication page and enter my username and password and click submit, I get the following error: Mon Jul 19 15:40:47 EDT 2010 :

Re: [twitter-dev] xauth token exchange failing

2010-07-19 Thread Taylor Singletary
Hi Isaiah, This is related to the same issue you see on status.twitter.com -- it's effecting many user-related write operations (including, for instance, instantiating an access token on behalf of a user). We are working to resolve the issue. Taylor On Mon, Jul 19, 2010 at 12:10 PM, Isaiah

Re: [twitter-dev] Issues with OAuth

2010-07-19 Thread Taylor Singletary
Hi Ap, This is the right place for reporting issues like this -- well, one of the right places anyway -- we have some issues with OAuth today that are related to some wider issues related to updating objects associated with users (like access tokens). We hope to have this fixed soon! Thanks,

[twitter-dev] Re: xauth token exchange failing

2010-07-19 Thread ap
Isaiah, I seem to be getting similar errors with regular OAuth requests. If I'm already logged into twitter and OAuth just needs to redirect, it works, but if I land on the login page, enter my username and password and click submit, the redirect breaks with the 500 error. Ashish On Jul 19,

[twitter-dev] Re: statuses/home_timeline.xml returning text/html instead of text/xml

2010-07-19 Thread Rich
Request: GET /1/statuses/home_timeline.xml? include_rts=truecount=200since_id=18936844073 HTTP/1.1 Hostapi.twitter.com User-Agent Tweetings/3.1.2 CFNetwork/485.2 Darwin/10.4.0 Authorization OAuth realm=, oauth_consumer_key=, oauth_token=, oauth_signature_method=HMAC-SHA1,

[twitter-dev] friends_ids.json and favorites.json return content truncated to 4659 bytes

2010-07-19 Thread Marc Mims
$ curl http://api.twitter.com/1/favorites.json?screen_name=semifor | xclip % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total Spent Left Speed 100 4659 100 46590 0 13953 0 --:--:-- --:--:-- --:--:--

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread Shannon Whitley
ap, I'm experiencing the problem too. It's good to hear that Taylor et al are on the case.

Re: [twitter-dev] friends_ids.json and favorites.json return content truncated to 4659 bytes

2010-07-19 Thread Taylor Singletary
Thanks Mark! We're looking into this. It's related in some way to the duplicate HTTP headers we are sending and Content-Type/Content-Length issues. This is very helpful! Taylor On Mon, Jul 19, 2010 at 1:19 PM, Marc Mims marc.m...@gmail.com wrote: $ curl

[twitter-dev] abruptly cut connections with JSON

2010-07-19 Thread Cameron Kaiser
I'm getting reports from multiple users which I can confirm where the server starts to reply (correctly) to a signed request, then abruptly drops the connection during the transaction -- iow, the server accepts the request and starts sending a well-formed reply, but then drops it in the middle

Re: [twitter-dev] friends_ids.json and favorites.json return content truncated to 4659 bytes

2010-07-19 Thread Cameron Kaiser
Thanks Mark! We're looking into this. It's related in some way to the duplicate HTTP headers we are sending and Content-Type/Content-Length issues. This is very helpful! Ah, ignore my last message, I see it's been acknowledged. Thanks, Taylor and Marc. --

[twitter-dev] Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Taylor Singletary
Hi Developers, Along with a host of other issues we've been keeping you in the loop on http://status.twitter.com -- we have another issue that a number of you have pointed out: *Our HTTP responses appear to be insane.* - We're sending Content-Length twice, with differing numbers -- and

Re: [twitter-dev] statuses/home_timeline.xml returning text/html instead of text/xml

2010-07-19 Thread Bill Jacobson
Request address was http://api.twitter.com/1/statuses/home_timeline.json?count=200since_id=18937297074 Don't know how to get the rest. Response= Date: Mon, 19 Jul 2010 19:34:27 GMT Server: hi Status: 200 OK X-Transaction: 1279568067-371-18115 X-Transaction: 1279568067-371-18115

Re: [twitter-dev] abruptly cut connections with JSON

2010-07-19 Thread Taylor Singletary
Hi Cameron: We're looking into this particular instance of API nuttiness: http://bit.ly/9Z8j9B No word yet on whether it's directly related to the other issues floating around at the moment. Taylor On Mon, Jul 19, 2010 at 1:30 PM, Cameron Kaiser spec...@floodgap.comwrote: I'm getting reports

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread Tim Davies
I've also been having this issue solidly for the last 5 hrs.

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread jsleuth
Yes indeed. It's a weird one. Thanks for the feedback. JS On Jul 19, 4:36 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, Along with a host of other issues we've been keeping you in the loop onhttp://status.twitter.com-- we have another issue that a number of you

Re: [twitter-dev] xauth token exchange failing

2010-07-19 Thread Isaiah Carew
The status page at: dev.twitter.com/status says things are all go -- but I'm still getting 500s during token exchange. Any updates? isaiah http://twitter.com/isaiah On Jul 19, 2010, at 12:55 PM, Taylor Singletary wrote: Hi Isaiah, This is related to the same issue you see on

[twitter-dev] Re: xauth token exchange failing

2010-07-19 Thread Tim Davies
Im getting the same isalah. Twitter are aware of the issue. its during handshake for creating new tokens and maybe linked to several other OAuth issues that came to attention this morning. Im hoping it will be fixed shortly!

Re: [twitter-dev] Re: xauth token exchange failing

2010-07-19 Thread Isaiah Carew
OK, good to know. Just want to make sure it's not just me. Misery loves company, I guess. :-P isaiah http://twitter.com/isaiah On Jul 19, 2010, at 2:54 PM, Tim Davies wrote: Im getting the same isalah. Twitter are aware of the issue. its during handshake for creating new tokens and maybe

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread CJ
Hi Ap, I thought I've broken my software. I had exactly the same error message after my software performed a HTTP GET for /oauth/ access_token?oauth_token=.oauth_verifier=PIN. Hope this issue can be resolved asap. CJ On Jul 19, 10:04 pm, Tim Davies timgrantdav...@gmail.com wrote: I've

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread cyclemenow
I'm unable to use my own app! The status page implies that everything is up right now (http:// dev.twitter.com/status). I haven't been able to use OAuth almost the entire day. Does this issue affect everybody? Are there any workarounds? -Matthew On Jul 19, 3:10 pm, CJ ctj...@gmail.com wrote:

Re: [twitter-dev] Re: Issues with OAuth

2010-07-19 Thread Fabien Penso
On Tue, Jul 20, 2010 at 1:02 AM, cyclemenow cycleme...@gmail.com wrote: I'm unable to use my own app! same here.

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread kosso
Yup. it's down. has been for hours. users of my app can't log in / authenticate their twitter accounts. If they're already logged in, they're fine. ie: other API calls work. On Jul 19, 4:02 pm, cyclemenow cycleme...@gmail.com wrote: I'm unable to use my own app! The status page implies that

[twitter-dev] max_id being added to search queries?

2010-07-19 Thread Mark Linsey
Hi all, I am using the Twitter Search API. I am finding today that even though I am not providing a max_id or a since_id, both are being added. I am getting a response warning saying that since_id has been adjusted. I assume max_id is being adjusted for the same reason. I am fetching this

[twitter-dev] SSL Certificates renewal on Tuesday 20th July

2010-07-19 Thread themattharris
Hey developers, Many of you have noticed our SSL certificate for api.twitter.com will expire on 26th July 2010, with mobile.twitter.com and search.twitter.com soon after. We wanted to give you a heads up that tomorrow at 2PM PDT (10PM GMT) we plan to upgrade the SSL certificate on our servers. As

[twitter-dev] Having problems after OAuth login

2010-07-19 Thread akaii
We're experiencing problems with Twitter's OAuth login. After the Redirecting you back to your application... page, we get a 500 error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Hayes Davis
Any update on these messed up responses? I'm currently seeing users/ lookup.json responses get truncated if I request more than a small number of users. Hayes On Jul 19, 4:28 pm, jsleuth jsle...@gmail.com wrote: Yes indeed.  It's a weird one. Thanks for the feedback. JS On Jul 19, 4:36 

Re: [twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Cameron Kaiser
Any update on these messed up responses? I'm currently seeing users/ lookup.json responses get truncated if I request more than a small number of users. Ditto for direct_messages.json, although the main timeline is a bit better. -- personal:

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread goodtest
+1 On Jul 19, 9:25 pm, Cameron Kaiser spec...@floodgap.com wrote: Any update on these messed up responses? I'm currently seeing users/ lookup.json responses get truncated if I request more than a small number of users. Ditto for direct_messages.json, although the main timeline is a bit

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread Jérôme Gravel-Niquet
Same here. Worked fine in the morning, I thought my app was set for the day (I just released a new version) but then when I tried it myself later, I stumbled on this issue. It's pretty bad since I was releasing a new version today and was hoping for it to gain much momentum. I looked for a

[twitter-dev] still down

2010-07-19 Thread MeltingIce
Looks like logins have been broken for 11-12 hours now for TwitPic. On the plus side, our servers are finally getting a breath of fresh air from the low number of requests :P

[twitter-dev] Re: Having problems after OAuth login

2010-07-19 Thread Adam Loving
I am also currently seeing the Something is technically wrong. response on calls to https://api.twitter.com/oauth/access_token On Jul 19, 8:04 pm, akaii chibiak...@gmail.com wrote: We're experiencing problems with Twitter's OAuth login. After the Redirecting you back to your application...

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread JeremyE
I'm having the same exact issue while developing my app. Internal Server Error 500 from Twitter. Trying to get my access token.

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Paul
Hi, Thanks for the announce, I just wish I'd noticed it 4 hours ago ;( 'Tis indeed bizarre, and sends cURL loopy :) Good luck! - Paul

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Raj
look forward to the fix soon Taylor! -Raj On Jul 19, 1:36 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, Along with a host of other issues we've been keeping you in the loop onhttp://status.twitter.com-- we have another issue that a number of you have pointed out:

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-19 Thread Jason LaFollette
Incase it helps anyone investigating... users/lookup.json returns a complete response when I access it through a web browser or fiddler.net users/lookup.json returns a partial response when I access it programmatically through a .NET WebRequest or through curl from an OSX command line I

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread acreadinglist
Add me to the list. On Jul 19, 7:24 pm, JeremyE jeremyeastb...@gmail.com wrote: I'm having the same exact issue while developing my app. Internal Server Error 500 from Twitter. Trying to get my access token.

[twitter-dev] What are the valid screenname and password charaters?

2010-07-19 Thread SM
I'd like to test some OAuth code. As part of that I'd like to create some test accounts with representative screennames and passwords so I can make sure I do the encoding right. What characters are valid for screenname and password?