[twitter-dev] Re: Incorrect DMs in my feed?

2009-04-22 Thread Doug Williams
s/data correction/data corruption/; (I think that's a sign I should go to bed.) Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 22, 2009 at 10:11 PM, Doug Williams wrote: > There was a data correction issue which is being resolved. This should be > fi

[twitter-dev] Re: Add an API for knowing last tweet read by all clients

2009-04-22 Thread Doug Williams
This is included in the V2 roadmap: http://apiwiki.twitter.com/V2-Roadmap Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 22, 2009 at 3:54 PM, Open Hebrew wrote: > > I have different twitter clients on different OSes and phones, I would > like twitter to ha

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-22 Thread Doug Williams
where developers find the current implementation's beta status or browser requirement concerning. I have yet to reject a source parameter request that provides a valid argument explaining why OAuth does not meet the application's needs. Thanks, Doug Williams Twitter API Support http://twitter

[twitter-dev] Re: API Changed for April 22, 2009

2009-04-22 Thread Doug Williams
late the coolness vector for a > search phrase, and sequence is essential. Search results, like Twitter timelines, will continue to be provided in chronological order, regardless of which operators are included in a query. 1. http://apiwiki.twitter.com/API-Overview Thanks, Doug Williams Twit

[twitter-dev] Re: Incorrect DMs in my feed?

2009-04-22 Thread Doug Williams
So you see where my mind was going... Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 22, 2009 at 10:39 PM, Cameron Kaiser wrote: > > > s/data correction/data corruption/; > > > > (I think that's a sign I should go to bed.) > > As lon

[twitter-dev] Re: How do I find all replies to a status?

2009-04-22 Thread Doug Williams
Jason, It is authenticated because the statuses/mentions timeline potentially includes protected updates. Making it unauthenticated is therefore not an option. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Wed, Apr 22, 2009 at 1:02 PM, Doug Williams wrote: > Ja

[twitter-dev] Re: weird things on twitter

2009-04-23 Thread Doug Williams
them. > > did anybody notice this ? > -- Sent from my mobile device Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: befriending with non-existing account started to return status code 404, it used to be 403

2009-04-23 Thread Doug Williams
An HTTP 404 is the correct response because you are attempting to access a nonexistent resource. This behavior is correctly documented here [1]. 1. http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 23, 2009 at 9:03

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-23 Thread Doug Williams
Mobasoft, Rest assured we will make an announcement when OAuth support is restored. Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 23, 2009 at 12:42 PM, Mobasoft wrote: > > @mzsanford > > Thanks Matt, no matter what all these other Yahoo's are saying

[twitter-dev] Changes for April 23, 2009

2009-04-23 Thread Doug Williams
. ( http://code.google.com/p/twitter-api/issues/detail?id=476) Thanks, Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: oAuth is BACK!

2009-04-23 Thread Doug Williams
Nic, We are aware that the current lack of dynamic callback is limiting for development. In the meantime, we wanted to get OAuth support restored while we (and the OAuth consortium) develop a fix for this vulnerability. We intend to address this constraint in the near future. Thanks, Doug

[twitter-dev] Re: What does "following" in user information do?

2009-04-23 Thread Doug Williams
Please star Issue 419 [1] so you will be notified when the fix is shipped. 1. http://code.google.com/p/twitter-api/issues/detail?id=419 Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 23, 2009 at 8:11 PM, Carlos wrote: > > Still not working from the results I&#x

[twitter-dev] Re: OAuth whitelisting?

2009-04-23 Thread Doug Williams
Whitelisting by OAuth is currently not available. You will need a static IP address if you are running an EC2 applicaiton. Doug Williams Twitter API Support http://twitter.com/dougw On Thu, Apr 23, 2009 at 8:35 PM, Peter Denton wrote: > Hi Bill, > Whitelisting is done per IP, related

[twitter-dev] Re: friends_timeline and following

2009-04-23 Thread Doug Williams
value type, I am seeing following value of 0 > instead of true/false. > -- Sent from my mobile device Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: OAuth whitelisting?

2009-04-23 Thread Doug Williams
hinking > that even if my app (or IP) is whitelisted, when I make requests on > behalf of authenticated users, their 100/hr per user rate limit still > applies, and that the elevated limit applies to unauth requests coming > from my app (IP)? > > On Apr 24, 12:16 am, Doug Williams

[twitter-dev] Re: OAuth whitelisting?

2009-04-24 Thread Doug Williams
You are correct. Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Apr 24, 2009 at 3:40 AM, Bill Kocik wrote: > > > Thanks, Doug. This was what I was originally thinking, but somehow I > convinced myself I was wrong. > > Hypothetical: It kinda sounds like

[twitter-dev] Re: Best practices

2009-04-24 Thread Doug Williams
your way. That would involve a single API call as opposed to two. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Apr 24, 2009 at 5:03 AM, Nial wrote: > > I did a search but couldn't find anything of relevance. Here are a few > questions on best practi

[twitter-dev] Re: Confirming whitelisting status

2009-04-27 Thread Doug Williams
Dossy, I have added that IP (96.56.31.42) to your whitelisting record. Give it an hour or so to take effect then ping @twitterapi if you are still having problems. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 10:03 AM, Dossy Shiobara wrote: > &

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Can you give an example request that is yielding truncated responses? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 9:12 AM, Dossy Shiobara wrote: > > I'm seeing truncated XML responses from the Twitter API again today, > starting around 11

[twitter-dev] Re: Suggestion for image uploads from 3rd party applications

2009-04-27 Thread Doug Williams
This is not an enhancement that would likely be made to the API itself. Have you thought about making this as an application that other developers could use? All of this functionality could be contained within a third-party app. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: Twitter shortcuts return nothing useful in API

2009-04-27 Thread Doug Williams
Try using the direct message methods documented here [1] to send direct messages. The returned text is direct message centric and perhaps more appropriate for your application. 1. http://apiwiki.twitter.com/Twitter-API-Documentation Doug Williams Twitter API Support http://twitter.com/dougw On

[twitter-dev] Re: some user cant send reply's ?

2009-04-27 Thread Doug Williams
I'm having a hard time understanding your goal and your means. Can you take me step-by-step through what you have done and what you expect to be the result? Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 12:37 PM, Apostol Victor wrote: >

[twitter-dev] Re: Signup URL?

2009-04-27 Thread Doug Williams
For now it is best to link to twitter.com. There is currently a team working on this problem but unfortunately, until they are done, there is no good mobile signup solution. Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 5:13 AM, Pleasant Software

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Thanks Dossy, I'll check with the Operation's guys to see what's up. Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 11:18 AM, Dossy Shiobara wrote: > > On 4/27/09 1:48 PM, Doug Williams wrote: > >> Can you give an ex

[twitter-dev] Re: count parameter not correctly used for /direct_messages.format

2009-04-27 Thread Doug Williams
An issue has been opened to track this defect [1]. 1. http://code.google.com/p/twitter-api/issues/detail?id=525 Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 26, 2009 at 12:01 PM, Hwee-Boon Yar wrote: > > wget http://id:passw...@twitter.com/direct_messages.xml

[twitter-dev] Re: Is there an account suspension and an API suspension?

2009-04-27 Thread Doug Williams
/98402835/a-note-about-per-day-following-limits Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 11:24 AM, RC wrote: > > Lately I have been trying to do some following through the API and get > a response back saying the account was suspended while if I

[twitter-dev] Re: What is current search time range limit?

2009-04-27 Thread Doug Williams
nk as the number of tweets per day continues to grow. 1. http://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 12:47 PM, explicious wrote: > > is that really supposed

[twitter-dev] Re: Show the source of the update (from [myapp]) without OAuth?

2009-04-27 Thread Doug Williams
As has been communicated on this board in the past, please email a...@twitter.com with a valid reason why OAuth is not appropriate for your application so we can discuss your needs. Doug Williams Twitter API Support http://twitter.com/dougw On Apr 27, 1:36 pm, Dave Briccetti wrote: > I wo

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-27 Thread Doug Williams
Dossy, Are you still seeing this? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 27, 2009 at 11:36 AM, Doug Williams wrote: > Thanks Dossy, I'll check with the Operation's guys to see what's up. > > Thanks, > Doug Williams > Twitter AP

[twitter-dev] Re: http://twitter.com/friendships/exists.json returning just "true" or "false"?

2009-04-28 Thread Doug Williams
Yes it should. I'll check into that. Related is this enhancement request [1]. 1. http://code.google.com/p/twitter-api/issues/detail?id=532 Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr 28, 2009 at 8:40 AM, Sascha A. Carlin wrote: > > Hi there, > > h

[twitter-dev] Re: some user cant send reply's ?

2009-04-28 Thread Doug Williams
Chad is correct. Follow @av75vo and the updates will appear in twitter.com/home. The updates correctly appear in twitter.com/replies. From my investigation all is functioning as expected. Doug Williams Twitter API Support http://twitter.com/dougw On Tue, Apr 28, 2009 at 8:21 AM, Apostol Victor

[twitter-dev] Re: Reg: statuses/show method in REST API

2009-04-28 Thread Doug Williams
Please see http://code.google.com/p/twitter-api/issues/detail?id=474 Doug Williams Twitter Platform Support http://twitter.com/dougw On Apr 28, 6:26 am, kkp <33spa...@gmail.com> wrote: > Hi, > > I have a  problem while getting the twitter user information using API > met

[twitter-dev] Re: WWW.IOFFERKICKS.NETcheaper nike shoes g-satr kidrobot hoodies ed hardy star red monkey gino green global true religion ed-hardy kidrobot jeans hoodies china supplier wholesaler ex

2009-04-28 Thread Doug Williams
Peter, that made me chuckle. ... deleting ... Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Tue, Apr 28, 2009 at 11:53 AM, Peter

[twitter-dev] Re: http://twitter.com/friendships/exists.json returning just "true" or "false"?

2009-04-28 Thread Doug Williams
Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Tue, Apr 28, 2009 at 3:25 PM, Sascha A. Carlin wrote: > > On 28 Apr., 18:09, Doug Williams wrote: > > Yes it should. I&#

[twitter-dev] Re: Is /statuses/replies deprecated?

2009-04-28 Thread Doug Williams
rds statuses/replies is now a hidden alias to statuses/mentions. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, Apr 28, 2009 at 4:54 PM, Arnaud wrote: > > Hi, > > I just noticed the /statuses/replies method was not mentionned anymore >

[twitter-dev] Re: Is /statuses/replies deprecated?

2009-04-28 Thread Doug Williams
No excuses. Thanks for calling it Chad. statuses/replies is an alias to statuses/mentions. statuses/replies will not be going away but we would prefer you to use statuses/mentions if at all possible. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, Apr

[twitter-dev] Re: Clarifications on IP Address Whitelisting

2009-04-29 Thread Doug Williams
Patrick, Yes. Each whitelisted IP address is allowed 2 requests per hour. I will clarify this point in the documentation. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco

[twitter-dev] Twitter Developer Directory

2009-04-29 Thread Doug Williams
directory for platform hackers? There is demand for API developers so there is a potential business here in helping API freelancers land contracts. 1. http://apiwiki.twitter.com/Developers Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: Following or not or maybe...

2009-04-29 Thread Doug Williams
Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Wed, Apr 29, 2009 at 10:52 AM, Craig Hockenberry < craig.hockenbe...@gmail.com> wrote: > > If a user has protected upd

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-29 Thread Doug Williams
Matt, Page through the user objects that are returned with statuses/followers [1]. 1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-29 Thread Doug Williams
Williams Twitter Platform Support http://twitter.com/dougw On Wed, Apr 29, 2009 at 4:21 PM, Doug Williams wrote: > Matt, > Page through the user objects that are returned with statuses/followers > [1]. > > 1. > http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statu

[twitter-dev] Re: Following or not or maybe...

2009-04-29 Thread Doug Williams
Alex agreed this makes sense. I've added this requirement to the Issue 532. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Wed, A

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-30 Thread Doug Williams
How big are the friend/follower sets? Are they large? Is there a user you can consistently use to invoke this error? Like I said, this is a difficult one to track do. Details and reproducibility are helpful. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On

[twitter-dev] Re: Inconsistency between different representations of data

2009-04-30 Thread Doug Williams
Sounds like stale caching data. It is a known shortcoming to the engineer responsible for our core caching architecture. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, Apr 30, 2009 at 7:51 AM, dozykraut wrote: > > Just noticed that the fol

[twitter-dev] Re: background image

2009-04-30 Thread Doug Williams
We would prefer large applications to cache and serve images locally to offload our operation costs. However, for smaller applications and development efforts, serving from the S3 URL provided with the API is acceptable. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com

[twitter-dev] in_reply_to_status_id validation has changed

2009-04-30 Thread Doug Williams
. If the value of in_reply_to_status_id did not meet these criteria, it was silently dropped. We have relaxed requirement #2 to permit mentions, meaning that the user of the referenced tweet needs to be included somewhere in the update. Enjoy the new data! Thanks, Doug -- Doug Williams Twitter P

[twitter-dev] Re: Firehose Access

2009-04-30 Thread Doug Williams
e TOS used by test partners at this time. 1. http://apiwiki.twitter.com/FAQ#Whenwillthefirehosebeready Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, Apr 30, 2009 at 3:46 PM, Ken Sheppardson wrote: > > I'm just reading > http://apiwiki.t

[twitter-dev] Re: in_reply_to_status_id validation has changed

2009-04-30 Thread Doug Williams
The statuses/show method is perfect [1]. 1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0show Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107

[twitter-dev] Re: twitter sign-on and user_id based urls

2009-04-30 Thread Doug Williams
Currently it would require a URL to be constructed after getting the username from users/show [1]. I will find out if there is interest in an ID based redirect as have you suggested. 1. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show Thanks, Doug -- Doug Williams Twitter

[twitter-dev] Re: in_reply_to_status_id validation has changed

2009-04-30 Thread Doug Williams
witter.com/"; + $screen_name + "/status/" + $in_reply_to_status_id; Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, Apr 30, 2009 at 4:26 PM, P Burrows wrote: > Well, sure. But, I was thinking more of building a url ala: &

[twitter-dev] Re: Clarifications on IP Address Whitelisting

2009-05-01 Thread Doug Williams
Currently only whitelisting IPv4 addresses. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Fri, May 1, 2009 at 9:16 AM, P Burrows

[twitter-dev] Re: Sign in with Twitter added to EpiTwitter (PHP/OAuth)

2009-05-01 Thread Doug Williams
Adding this to the wiki. Thanks for sharing! Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 1, 2009 at 12:54 AM, jmathai wrote: > > Did a quick write up on using PHP to sign in to Twitter. > > Working Example: http://www.jais

[twitter-dev] Re: Twitter user picture sizes

2009-05-01 Thread Doug Williams
tely we do not have a definite time when this fix will ship. 1. http://code.google.com/p/twitter-api/issues/detail?id=497 Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, Apr 30, 2009 at 7:08 PM, caseyw wrote: > > I'm still seeing this problem

[twitter-dev] The Twitter Conference

2009-05-01 Thread Doug Williams
/ Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: List of API methods

2009-05-04 Thread Doug Williams
What we have to offer is available at the wiki. If you have a great idea for something we should add, a working demonstration goes a long way to helping us prioritize. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-04 Thread Doug Williams
Jesse, I'll add this to the OAuth method docs today. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Sun, May 3, 2009 at 11:21 PM,

[twitter-dev] Re: Public timeline issues today with photo URLs and user elements

2009-05-04 Thread Doug Williams
This is a known issue: http://code.google.com/p/twitter-api/issues/detail?id=381 Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Sun, May 3, 2009 at 9:11 AM, Dimebrain wrote: > > Hello, > > Two things of note on the public timeline as of 12P

[twitter-dev] Re: Bug: RSS/xml alternate links on public profiles show uninterpreted @user.id and current_user.id

2009-05-04 Thread Doug Williams
There is an internal ticket to fix this problem. It is my understanding that it will be fixed in a day or two. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http

[twitter-dev] Re: Saved Searches API call?

2009-05-04 Thread Doug Williams
This is not a huge priority but is something we would like to get to sooner rather than later. Can you create a new issue [1] for us to track this enhancement? 1. http://code.google.com/p/twitter-api/issues/entry Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: List of API methods

2009-05-04 Thread Doug Williams
Mike, That would be great. A good demo can go a long way. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On Mon, May 4, 2009 at 11:28 AM

[twitter-dev] Re: Geocoding a country not radius based city etc...

2009-05-04 Thread Doug Williams
The search method [1] outlines what operators are available. As per the documentation, we do not offer the level of granularity you are looking for. 1. http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: OAuth example in Java language

2009-05-05 Thread Doug Williams
Added! First Java example, too. Thanks for contributing. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Mon, May 4, 2009 at 11:21 PM, Yusuke wrote: > > Hi, > > I wrote an OAuth example code for Java language. > http://yusuke.homeip.net/tw

[twitter-dev] Re: Seeing truncated XML responses again

2009-05-05 Thread Doug Williams
application is robust, looks for truncated data and has retry logic when this error case is hit. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, May 5, 2009 at 8:15 AM, atifzshaikh wrote: > > Any updates on this issue? Received a few more cases

[twitter-dev] Re: Handling the OAuth flow when the user clicks Deny / Decline

2009-05-05 Thread Doug Williams
I'm trying to decide if this could easily be part of [1]? Any objections for these to be one in the same? 1. http://code.google.com/p/twitter-api/issues/detail?id=545 Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, May 5, 2009 at 8:27 AM, jmathai

[twitter-dev] Re: List of API methods

2009-05-05 Thread Doug Williams
MIke, File bugs against the docs and I will fix them, where appropriate. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Tue, May 5, 2009 at 1:57 PM, Mike Lewis wrote: > > Just a side note, after thoroughly inspecting the API wiki, the docs >

[twitter-dev] Re: Getting replies to our account

2009-05-06 Thread Doug Williams
-Method%3A-statuses-mentions 2. http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search (See the warning in the response section). Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Wed, May 6, 2009 at 7:21 AM, P Burrows wrote: > I'd think with th

[twitter-dev] Re: Public Timeline Frozen

2009-05-07 Thread Doug Williams
We're having a look. I'll update this thread when it is taken care of. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, May 7, 2009 at 7:19 AM, Alan wrote: > > I've been seeing a ver similar issue since yesterday with the partner

[twitter-dev] Re: Default Device Notification

2009-05-07 Thread Doug Williams
Chris, I'll clarify that now. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, May 7, 2009 at 6:31 AM, Chris Carson wrote: > > Hi -- > > The follow parameter (turning device notifications on or off) in > friendships/create

[twitter-dev] Re: Public Timeline Frozen

2009-05-07 Thread Doug Williams
The public_timeline is updating correctly again. @Hwee-Boon: that email as a bit premature. We will announce via @twitterapi and this list when the push feed is available to the world at large. Thanks, Doug Doug Williams

[twitter-dev] Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-07 Thread Doug Williams
update [status.twitter.com] with any changes or additional > information about this upgrade. > http://status.twitter.com/post/104738920/planned-maintenance-tomorrow-monday Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-08 Thread Doug Williams
Hi all. To clarify: the site will be down. twitter.com and search.twitter.com will fail to serve content while the back end changes are being made. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 8, 2009 at 7:31 AM, Nick Arnett wrote: > >

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-08 Thread Doug Williams
@Michael: Yes. The OAuth server makes use of the twitter.com web servers as well as the database backing store which is the focus of the maintenance. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 8, 2009 at 10:00 AM, Michael Bailey wrote

[twitter-dev] Re: always non-empty?

2009-05-08 Thread Doug Williams
Justin, This seems reasonable. Can you file an issue for this? Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw 2009/5/7 Justin Hart

[twitter-dev] Re: Abuse of multiple accounts

2009-05-08 Thread Doug Williams
;t want to reveal any secrets on how to circumvent our analysis. If you feel that someone is a spammer, please dm or @reply @spam (e.g. @spam @WealthWizz <http://twitter.com/WealthWizz>) to help in The Fight Against Crime (tm). Thanks, Doug -- Doug Williams Twitter Platform Support http://t

[twitter-dev] Re: Abuse of multiple accounts

2009-05-08 Thread Doug Williams
re are isolated incidents of spam or abuse that you want to report, you can always send an @reply to @dougw and I can take care of them on my own. Cheers, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 8, 2009 at 11:30 AM, Nick Arnett wrote: > > > O

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-08 Thread Doug Williams
The issues tell the story: http://code.google.com/p/twitter-api/issues/list?can=1&q=maintenance&colspec=ID+Stars+Type+Status+Priority+Owner+Summary+Opened+Modified+Component&cells=tiles Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-08 Thread Doug Williams
Eric, I was right next to Alex when he made the fix for Issue 300 and I remember seeing it deployed. I'll check into it. Thanks, Doug Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisc

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-08 Thread Doug Williams
today. 3) The downtime today was to increase capacity, which does not exactly translate to performance. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 8, 2009 at 5:28 PM, Nick Arnett wrote: > > > On Fri, May 8, 2009 at 4:11 PM, Eri

[twitter-dev] Re: Public Timeline Frozen (Again)

2009-05-10 Thread Doug Williams
This is the second report I am seeing. I'll open a ticket. Given that it is the weekend it may take a few hours to restart. I'll update this thread with any information. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Sun, May 10, 2009

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-10 Thread Doug Williams
Jesse, We will announce this to the announce list when we feel it is ready for a larger audience. John is a Twitter employee and is developing the streaming service. Be sure to give him a thanks if you use his stuff. Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On

[twitter-dev] Re: xml feed for data mining is not fresh

2009-05-10 Thread Doug Williams
The timeline is currently stuck and will be fixed shortly. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Fri, May 8, 2009 at 11:06 PM, AJ wrote: > > problem with data mining xml feed: the first call to api returns a > fresh feed; but subsequ

[twitter-dev] Re: Unable to set parameter while submitting tweets

2009-05-10 Thread Doug Williams
Do you have the source parameter "Altertunes" registered with Twitter? Thanks, Doug ---- Doug Williams | Platform Support | Twitter, Inc. 539 Bryant St. Suite 402, San Francisco, CA 94107 http://twitter.com/dougw On S

<    1   2   3   4