[twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread M. Edward (Ed) Borasky
I'm experiencing multiple chaotic symptoms on the main web application. 1. I post a tweet. I get Internal System Error but the tweet posts. 2. I go to my home page http://twitter.com/znmeb and it's totally blank. 3. I see multiple copies of tweets and other people see multiple copies of mine.

[twitter-dev]

2010-06-15 Thread Jeremy Darling
http://3w5w52se4mj.nruywgakip.com

[twitter-dev] Crossdomain.xml on twitter.com/statuses

2010-06-15 Thread kerstinlu
Why is crossdomain limiting access only from api.twitter.com and so one. see Thy is it not changing crossdomain for authenticated users? I try do access the rest api over Silverlight, which only works with OOB fulltrust.

RE: [twitter-dev] 502 Bad Gateway when trying to receive xml results

2010-06-15 Thread Tom Fulcher
Thanks so much for letting me know! That should've been my first port of call! Check if the fail whale was swimming! From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Rajiv VermaT Sent: Tuesday, 15 June 2010 3:07 PM To:

[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-15 Thread Ramanean
Whether it would be better to use authentication for it? Thanks Shan On Jun 15, 4:43 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, Today we're launching some of the functionality around Places that we announced at Chirp. You can read more about the feature

Re: [twitter-dev] 502 Bad Gateway when trying to receive xml results

2010-06-15 Thread Rajiv Verma™
lolz!! Best Of Luck :) On Tue, Jun 15, 2010 at 11:28 AM, Tom Fulcher penny.lane.m...@gmail.comwrote: Thanks so much for letting me know! That should’ve been my first port of call! Check if the fail whale was swimming! *From:* twitter-development-talk@googlegroups.com [mailto:

[twitter-dev] confirmation about Twitterbot/0.1

2010-06-15 Thread Stephen Rife
Hi Is this useragent actually from Twitter (Twitterbot/0.1)? 128.242.241.133 - - [15/Jun/2010:17:36:29 +0900] HEAD /support/signup/ null.html HTTP/1.1 200 - - Twitterbot/0.1 I found a post saying it is probably in Twitter's IPs range. http://www.jongales.com/blog/2010/04/14/whats-twitterbot0-1/

[twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
Hello, In our stream we receive deleted statuses but can not receive undo retweets. Is undoing a retweet message is different than deleting a status? wiki has shown only the deleted status message info: JSON: { delete: { status: { id: 1234, user_id: 3 } } } -- Furkan Kuru

Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Rajiv Verma™
Might be because Twitter is behaving wired from the last 2 days. On Tue, Jun 15, 2010 at 5:00 PM, Greg gregory.av...@gmail.com wrote: Hello all, I've trying to get this to work for the past couple of days - but every request to TwitPic returns a 401. I'm signing the requests with my

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Which endpoint and parameters are you using? Firehose? Sample? Track? Etc. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 15, 2010 at 3:03 AM, Furkan Kuru furkank...@gmail.com wrote: Hello, In our stream we receive deleted statuses but can not receive undo

[twitter-dev] Is there any way to get the tweet conference history at one API?

2010-06-15 Thread Karpagarajan
Is there any way to get the tweet conference history at one API?

Re: [twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread Taylor Singletary
Twitter had quite a night. http://status.twitter.com/post/699623494/site-availability-issues-due-to-failed-enhancement-of On Mon, Jun 14, 2010 at 11:39 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: I'm experiencing multiple chaotic symptoms on the main web application. 1. I

Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Taylor Singletary
One thing to watch out for with OAuth Echo is that you don't actually execute the verify_credentials call yourself when you're building the authorization header for the request -- by doing so, you will have marked the oauth_nonce you used as already processed. Looking at your code, I don't think

Re: [twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread Marco Kaiser
I would question the fully recovered if I look at the still unrealistic values returned for number of tweets per user... On Tue, Jun 15, 2010 at 3:27 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Twitter had quite a night.

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
I am using the follow param on a shadow account. On Tue, Jun 15, 2010 at 4:14 PM, John Kalucki j...@twitter.com wrote: Which endpoint and parameters are you using? Firehose? Sample? Track? Etc. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 15, 2010

[twitter-dev] Profile image uploads not working (using twitter-async)

2010-06-15 Thread Roy Tanck
I'm trying to upload profile images using oAuth. This basically works (I get the right return data, no errors), except that the image is not updated. Sending tweets through the same library does work, so this probably isn't an authentication issue. As per the twitter-async documentation, I'm

Re: [twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread Matt Harris
I agree its not entirely clear but the fully recovered is in reference to the issues handled overnight. We're still working on the fixes for the counts being off. Thanks for bearing with us. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Jun 15, 2010, at 6:34,

Re: [twitter-dev] TwitPic oAuth Echo Help! - PHP

2010-06-15 Thread Taylor Singletary
Hi Greg, Went over your code a bit more and got it to work with TwitPic -- here's the new version: http://pastie.org/1005387 Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Jun 15, 2010 at 6:31 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: One

Re: [twitter-dev] Profile image uploads not working (using twitter-async)

2010-06-15 Thread Taylor Singletary
The image upload facilities at Twitter are in need of some love (and are being worked on!) -- they'll often throw a 500 error and actually update the image, or show a 500 error and not update the image.. it should, in general, function better and more reliably in the near future. The current site

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Was the original tweet by an account you are following, or was the retweet by an account you are following? Also, I'm assuming that it was the retweet that was deleted, not the original tweet. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 15, 2010 at 6:59

Re: [twitter-dev] Keep it real

2010-06-15 Thread Ryan Sarver
Abraham, Really sorry to hear that we'll be losing you. You have been a HUGE part of this community for many years and have helped countless developers make their way through, at times, really choppy waters. We can't thank you enough for the time and energy you have put into helping developers in

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread Furkan Kuru
Yes, the original tweet was not deleted. Some of the retweets were deleted. Actually we noticed this problem when one of the tweet's retweet count seemed higher than it was shown in twitter. (both not exceeding 100) I do not know if twitter acts retweets as a reply-to-user and sends it to our

Re: [twitter-dev] undo retweets in stream api

2010-06-15 Thread John Kalucki
Various counts are off on Twitter right now, so you shouldn't be basing much on counts. If you are following the original tweeter, you get the retweet, but not the deletion. If you are following the retweeter, you get both the retweet and the deletion notice. This is due to a limitation in the

Re: [twitter-dev] Keep it real

2010-06-15 Thread Josh Roesslein
Thanks a ton Abraham for all your help on this list, you will be missed. As for a possible replacement for Q/A off of this list, has a stackoverflow sort of site been considered? I think this would make a good addition to the dev.twitter.com website. Just an idea. Josh On Tue, Jun 15, 2010 at

[twitter-dev] elliot haughin oAuth lib

2010-06-15 Thread Peter Denton
Hello, Is anyone using elliot haughin oAuth lib for codeigniter? If so, Im having an issue with $this-twitter-call('friendships/exists' and would love to know if you have had experienced issues with that as well. Cheers

Re: [twitter-dev] Keep it real

2010-06-15 Thread Zac Bowling
Hey Abraham, You have been a big part of the life blood on this list. Sad I won't see you around that much. Twitter's dev growth has exploded since I got involved over 24 months ago and ever since then I noticed you have been all over this list and one of the biggest rockstars for the twitter

[twitter-dev] Repeat Tweets

2010-06-15 Thread methnen
We had a tweet start looping/repeating today. Is there something up regarding that? We definitely only tweeted the item once but it has repeated so many times some of our followers are getting mad at us. But we can't stop it. Anyone else seeing this or can anyone from Twitter verify that this

[twitter-dev] V2-roadmap access

2010-06-15 Thread Rob
I've seen many references to http://apiwiki.twitter.com/V2-Roadmap, particularly with regards to a current api issue I have (accepting pending follow requests on protected accounts) but when I go to that page I get a mostly empty page that just says You don't have permission to look at V2 Roadmap.

[twitter-dev] Lost without maps...

2010-06-15 Thread Ken
Geolocation seems to be disabled..? One of our services depends on this. Haven't seen this particular outage mentioned. Any ETA for a fix? Note to self: site must gracefully degrade when there's no Twitter...

Re: [twitter-dev] V2-roadmap access

2010-06-15 Thread Taylor Singletary
Hi Rob, Over time the v2 Roadmap became less and less relevant. We're currently rethinking what V2 might look like with fresh eyes. Taylor On Tue, Jun 15, 2010 at 9:28 AM, Rob rvanda...@gmail.com wrote: I've seen many references to http://apiwiki.twitter.com/V2-Roadmap, particularly with

Re: [twitter-dev] Lost without maps...

2010-06-15 Thread Taylor Singletary
Hi Ken, We mention it in an update here: http://status.twitter.com/post/701016717/high-error-rate-on-twitter-com Update 9:22 AM PDT: We’ve temporarily turned off our Twitter Places (Geo) feature to reduce the high rate of errors. This is obviously still down, and I don't have an ETA as to when

Re: [twitter-dev] Repeat Tweets

2010-06-15 Thread Taylor Singletary
Hi Jamie, Can you provide some links to the repeated tweets? While things were at their worse last night, it was very easy for duplicate updates to get processed but that shouldn't be the case now. Are you sure that the client you were using isn't trying to re-post tweets on your behalf,

Re: [twitter-dev] I'm sure you guys know this, but ...

2010-06-15 Thread M. Edward (Ed) Borasky
Quoting Taylor Singletary taylorsinglet...@twitter.com: Twitter had quite a night. http://status.twitter.com/post/699623494/site-availability-issues-due-to-failed-enhancement-of I finally gave up and went to bed - I hope you all get a chance to do that soon. ;-)

Re: [twitter-dev] Is there any way to get the tweet conference history at one API?

2010-06-15 Thread Taylor Singletary
If you're looking for all tweets matching a specific hashtag, you'll find that the Search API won't help you too much after the fact, as it only keeps results for tweets from the last 10 days or so (besides Search not being a verbatim representation/search engine for *all* tweets on Twitter).

[twitter-dev] Re: Repeat Tweets

2010-06-15 Thread methnen
Can you provide some links to the repeated tweets? While things were at their worse last night, it was very easy for duplicate updates to get processed but that shouldn't be the case now. We manually deleted them and it now appears to have stopped. Are you sure that the client you were using

Re: [twitter-dev] Is there any way to get the tweet conference history at one API?

2010-06-15 Thread M. Edward (Ed) Borasky
Quoting Taylor Singletary taylorsinglet...@twitter.com: If you're looking for all tweets matching a specific hashtag, you'll find that the Search API won't help you too much after the fact, as it only keeps results for tweets from the last 10 days or so (besides Search not being a verbatim

[twitter-dev] What can be done with twitter data?

2010-06-15 Thread ckelly74
What can be done with the twitter api? What can be done with data? What kind of output is useful to the general public? So far I have found twitter to be a public version of text messages. I have ideas for twitter such as twitter dating and twitter chatrooms is this something that the twitter

[twitter-dev] Dev Portal Login

2010-06-15 Thread Brian Wigginton
Is anyone else having problems logging into the dev portal? I keep getting directed to https://twitter.com/sessions with the message Sorry, that page doesn’t exist! -Brian Wigginton

Re: [twitter-dev] Dev Portal Login

2010-06-15 Thread Taylor Singletary
Sorry for all the issues around this login -- I really want to get this login functioning correctly but we've had some system-wide changes recently that have made some elements of fixing this for reals though difficult. It's an incredibly basic issue that's overcomplicated by the particularities

[twitter-dev] Search API reporting temporary error

2010-06-15 Thread Mack D. Male
There seems to be something wrong with the search API. It is only returning a tiny subset of what I would expect (after looking at the same query on search.twitter.com for instance) and is reporting the following: adjusted since_id to 16201119561 due to temporary error Any word on what this

[twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-06-15 Thread themattharris
Hey Craig, Could you let us see what the authorization header you are sending looks like (obfuscating your oauth keys and secrets)? What you're aiming for is a header similar to this: POST /1/statuses/update.xml HTTP/1.1 Accept: */* Connection: close User-Agent: OAuth gem v0.4.0 Content-Type:

[twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-15 Thread tsmango
I can't really test this right now because geo services are currently disabled, but does this mean that the geo/reverse_geocode and geo/ search api methods both return places in addition to neighborhoods and cities now? I understand they are all technically places but I mean business entities

[twitter-dev] anywhere link overriding

2010-06-15 Thread Furkan Kuru
Is there any possibility to change the anywhere links to include target=_blank attribute and value in order to open in a new window? -- Furkan Kuru

Re: [twitter-dev] V2-roadmap access

2010-06-15 Thread Robert Van Dam
Then perhaps I should ask my real question. I'm working on a system for broadcasting messages to subsets of our users and we have set up separate accounts for each subset. However, the company I work for does not want these tweets to be fully public (they are not overly sensitive but

Re: [twitter-dev] anywhere link overriding

2010-06-15 Thread Todd Kloots
At the moment, no. You'll need to do that yourself. Not too difficult though, since @Anywhere stamps each link with a class of twitter-anywhere-user. So, you could iterate over all anchor elements, and if they have that class add the target attribute with a value of _blank. - Todd On Tue, Jun

Re: [twitter-dev] V2-roadmap access

2010-06-15 Thread Taylor Singletary
The breadth of functionality we have right now is, unfortunately: GET friendships/incoming http://dev.twitter.com/doc/get/friendships/incoming GET friendships/outgoing http://dev.twitter.com/doc/get/friendships/outgoing and the rest of the friendship methods on the API. Now, there may be a way

Re: [twitter-dev] V2-roadmap access

2010-06-15 Thread Robert Van Dam
Let me boil it down to the simplest case. I have a protected account that I want to use to provide notifications to my users (but only my users). I have oauth completely set up to let my users authorize me to their twitter accounts. I can then make their twitter account follow me. Except,

[twitter-dev] Links stripped from tweets

2010-06-15 Thread Rudiger
Hi there, I'm fetching the latest tweet from a list of users through /users/lookup in the REST API. I've noticed that all links (commonly tweet pics etc) are stripped from the xpath //users/user/ status/text. Why does twitter strip links and is there a way to reinstate them. Thanks.

[twitter-dev] Trouble generating OAuth signature

2010-06-15 Thread Felipe Sodré Silva
Hello all. I'm trying to write a simple application that sends an update Hello World on behalf of my own twitter account. Therefore, I got my access token and secret in my dev.twitter webpage and hardcoded it into the code (which I hided for making it public): http://pastebin.com/n6Ba5nrW

Re: [twitter-dev] Re: Repeat Tweets

2010-06-15 Thread Andy Matsubara
Taylor, There's a sample of six consecutive tweets. http://twitter.com/AppleWalker/status/16204554355 http://twitter.com/AppleWalker/status/16204551280 http://twitter.com/AppleWalker/status/16204548302 http://twitter.com/AppleWalker/status/16204545368

[twitter-dev] Re: Dev Portal Login

2010-06-15 Thread Brian Wigginton
Logging in via twitter.com then going to the portal site worked. Thanks Taylor! -Brian On Jun 15, 2:55 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Sorry for all the issues around this login -- I really want to get this login functioning correctly but we've had some system-wide