Re: [twitter-dev] Re: When will delete list members and delete list be fixed?

2010-01-20 Thread srikanth reddy
You are not alone. There are some open issues like http://code.google.com/p/twitter-api/issues/detail?id=1274 that make the retweet functionality unusable as well. Twitter always claims that it uses the same api for its web interface as well which is not true. On Mon, Jan 18, 2010 at 10:11 PM,

[twitter-dev] Net::Twitter::Stream - Sudden JSON issues

2010-01-20 Thread Nigel Cannings
About 4 hours ago, I started getting bizarre JSON errors from Net::Twitter::Stream - Does anyone know if there has been a change at the stream end?

[twitter-dev] temporarily overloaded 503 Service Unavailable

2010-01-20 Thread eco_bach
Noticing quite a few ' temporarily overloaded 503 Service Unavailable messages when trying to log in lately. I assume Twitter is aware of and trying to correct this, but in the meantime, when building applications, are there any guidelines or best practices to follow when your application is

[twitter-dev] favourites_count on user profile is not updated !

2010-01-20 Thread ono_matope
Hi, Twitter team! I'm @ono_matope I made a fav-crawler that fetches favourite-feeds only when favourite_count of the user profile information (whitch is retrieved by or list members API) get increased. This mechanism will lat me crawl your data in less resouces. But I've noticed that the user's

Re: [twitter-dev] temporarily overloaded 503 Service Unavailable

2010-01-20 Thread ryan alford
I don't think they user cares why Twitter is overloaded, so simply telling them that its overloaded should be enough. Ryan Sent from my DROID On Jan 20, 2010 7:13 AM, eco_bach bac...@gmail.com wrote: Noticing quite a few ' temporarily overloaded 503 Service Unavailable messages when trying to

[twitter-dev] thank you

2010-01-20 Thread Andrew Badera
Thank you, Twitter team, for updating the status blog relatively promptly this morning. That's a welcome change. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera

[twitter-dev] Is There any way of getting pending request users list.

2010-01-20 Thread jahir
Is There any method of getting pending request users list, like getting blocked users list. Regards, jahir

[twitter-dev] Getting Pending Request list

2010-01-20 Thread jahir
I have followed one user. but this user account had protected. So i am sending the request to that user. Is There any method of getting pending request users list, like getting blocked users list. Regards, Jahir

Re: [twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-20 Thread Jeff Enderwick
and can we contrib/help? On Tue, Jan 19, 2010 at 11:07 AM, joepwro joep...@gmail.com wrote: We are also developing an iPhone app that uses Twitter's OAuth. Posting this just to add more momentum to the request that the Twitter OAuth login page should be made mobile friendly. I believe doing

[twitter-dev] Getting Replies to A Message

2010-01-20 Thread rob
Hello, Questions regarding how to get replies to a tweet What is the recommended way to do this properly? A few things I have tried {I am aware that there is no current way to use the search API and grab all responses to a tweet (i.e by reply_to_status_id) [bummer].} 1. The search API using a

Re: [twitter-dev] Re: search api results down by a factor of ten since Jan 15, 2010

2010-01-20 Thread Mikio Braun
So, any news on the matter. This probably means that the number of search results has deliberately been reduced to give people an incentive to move to the streaming api's? -M -- Dr. Mikio Braun, Beckerstr. 11, 12157 Berlin Privat: 030 / 42 10 56 42, Büro: 030 / 314 78627, Handy: 0172 / 97 45

[twitter-dev] Beginner question : How to get the user ID after authorize OAuth step?

2010-01-20 Thread Pitt
Hi, I'm trying to implement a browser app and Im just blocking at the first step... After the user granted the access to his data (OAuth authorize step), I want to get the user's profile (users/show) but I don't know how to recover the user's id or screen_name... Sorry if I missed something in the

Re: [twitter-dev] thank you

2010-01-20 Thread Scott Wilcox
agreed. On 20 Jan 2010, at 12:25, Andrew Badera wrote: Thank you, Twitter team, for updating the status blog relatively promptly this morning. That's a welcome change. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me:

[twitter-dev] Possibility to link to the user page not by the name but by the id.

2010-01-20 Thread Ivan
Hi. I tried to find the similar question here (in google groups), in the FAQ and in the API, but couldn't find anything. The problem: Cross-posting the links to the user page and to some his statuses in the web become more and more popular. But, as i understood, you can't guarantee that this

Re: [twitter-dev] Beginner question : How to get the user ID after authorize OAuth step?

2010-01-20 Thread ryan alford
The screen_name is returned in the querystring along with the oauth_token and the oauth_token_secret values. Ryan On Wed, Jan 20, 2010 at 6:26 AM, Pitt pierre.mar...@gmail.com wrote: Hi, I'm trying to implement a browser app and Im just blocking at the first step... After the user granted

Re: [twitter-dev] Re: search api results down by a factor of ten since Jan 15, 2010

2010-01-20 Thread John Kalucki
Search results are altered to improve result quality. The Streaming API exists as a full-fidelity alternative for large-scale integrations. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, Jan 20, 2010 at 3:20 AM, Mikio Braun mikiobr...@googlemail.comwrote: So,

Re: [twitter-dev] Net::Twitter::Stream - Sudden JSON issues

2010-01-20 Thread John Kalucki
No change that I'm aware of, but we push dozens of changes on most business days, many of which could change the format of a message. If this client doesn't use a full JSON parser, but instead tries to pick things apart with Regexp, problems will result. If you are having connection problems,

[twitter-dev] Obtaining access token WITHOUT using a PIN

2010-01-20 Thread eco_bach
Hi According to the offcial OAuth spec, in order to obtain an access token, the consumer request MUST contain the following parameters 1 oauth_consumer_key:The Consumer Key. 2 oauth_token:The Request Token obtained previously. 3

Re: [twitter-dev] Obtaining access token WITHOUT using a PIN

2010-01-20 Thread ryan alford
You DO NOT need the PIN for a browser app. It is ONLY REQUIRED for desktop apps. 1. oauth_consumer_key = Consumer key given to you by Twitter 2. oauth_token = The token 3. oauth_signature_method = HMAC-SHA1 4. oauth_signature = computed HMAC-SHA1 hash value of the other parameters 5.

[twitter-dev] Streaming ENGLISH Tweets

2010-01-20 Thread Mark Mason
I have a Stream Sample and Stream Filter that I need to pull only English Tweets. How should I do this?

[twitter-dev] Please update doc examples to point to api.twitter.com/1

2010-01-20 Thread Brian Morearty
Hello to my Twitter overlords, Since you'd like developers to use api.twitter.com/1 instead of just twitter.com, it would behoove you to udpate the examples in the docs on apiwiki.twitter.com. Copy n paste is probably causing people to use plain ol' twitter.com unknowingly. For example I knew

[twitter-dev] please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread eco_bach
Building an actionscript Twitter client and using OAuth for the sign in process. Having an extrememely frustrating issue with a sporadic error message. '403 Forbidden: The server understood the request, but is refusing to fulfill it.' I'm using, of necessity, a php proxy to get to the Twitter

Re: [twitter-dev] please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread ryan alford
Isn't this the same problem that you posted about yesterday? http://groups.google.com/group/twitter-development-talk/browse_thread/thread/90cb64e3706e1337# http://groups.google.com/group/twitter-development-talk/browse_thread/thread/90cb64e3706e1337#Why create a new post? Ryan On Wed, Jan 20,

[twitter-dev] Re: Getting Replies to A Message

2010-01-20 Thread Orian Marx (@orian)
You should add your thoughts to http://code.google.com/p/twitter-api/issues/detail?id=142 This would be a hugely beneficial addition to the API but of course it's being completely ignored. On Jan 20, 4:41 am, rob robert.bag...@gmail.com wrote: Hello, Questions regarding how to get replies to

[twitter-dev] Re: please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread eco_bach
Hi Ryan yeah but didn't get any response so thought my question was not clear enough and required more detailed information, hence the new post. Will make an effort to be more parsimonious moving forward... Actually in testing in Firefox I additionally get a 'Service Temporarily Unavailable' 503

[twitter-dev] List counts

2010-01-20 Thread Orian Marx (@orian)
User objects should have counts added to them for number of lists owned by, followed by and following the user. This does not seem to exist anywhere in the API currently, though clearly Twitter.com has access to the information (notice the counts at http://twitter.com/username/lists). Is this on

[twitter-dev] Need Help on posting Message

2010-01-20 Thread Atul
Hello Frenz, I'm building an application in C#.Net 3.5. My Requirement is to post message to twitter user, defined by me in text box, on button click i'm passing my credentials and user name with message but i' m getting following error:- the remote server returned an error 403 forbidden My

Re: [twitter-dev] Re: search api results down by a factor of ten since Jan 15, 2010

2010-01-20 Thread Mikio Braun
Dear John, thanks for the reply. We've already started to look into the migration to the streaming API. Looks very nice so far! -M On Wed, Jan 20, 2010 at 3:41 PM, John Kalucki j...@twitter.com wrote: Search results are altered to improve result quality. The Streaming API exists as a

Re: [twitter-dev] Beginner question : How to get the user ID after authorize OAuth step?

2010-01-20 Thread lalit goklani
Pitt, Oauth token will contain the userid, else you can use also use account verify_credentials from your client library to get the details of the user. API Url: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0verify_credentials Lalit http://www.twitsfb.com - Twitter Facebook

Re: [twitter-dev] Need Help on posting Message

2010-01-20 Thread ryan alford
You need to add this messageRequest.ServicePoint.Expect100Continue = false; so your code should look like this... http://codepaste.net/ababkc Ryan On Wed, Jan 20, 2010 at 10:22 AM, Atul atul101...@gmail.com wrote: Hello Frenz, I'm building an application in C#.Net 3.5. My Requirement

[twitter-dev] Re: please help - sporadic '403 Forbidden:' error message when using OAuth Sign-In process

2010-01-20 Thread eco_bach
also think it may have something to do with the HTTP_REFERER header not being explicitly defined in my simple php proxy $url = $_GET['path']; readfile($path); Unfortunately not a php guru so will need more detective work.. Once I resolve will suggest adding to the wiki to benefit other

Re: [twitter-dev] Beginner question : How to get the user ID after authorize OAuth step?

2010-01-20 Thread John Meyer
On 1/20/2010 4:26 AM, Pitt wrote: Hi, I'm trying to implement a browser app and Im just blocking at the first step... After the user granted the access to his data (OAuth authorize step), I want to get the user's profile (users/show) but I don't know how to recover the user's id or

Re: [twitter-dev] Streaming ENGLISH Tweets

2010-01-20 Thread John Kalucki
For now, you should do the language detection on your end. You can use the user reported language as an initial filter, but it isn't all that useful until nearly all languages are available -- a lot of non-English speakers are still in the English bucket. -John Kalucki http://twitter.com/jkalucki

[twitter-dev] Re: cannot edit registered application

2010-01-20 Thread twittme_mobi
Hello Abraham, Thanks for your reply.I tried that and it is not working, but there another problem even more annoying - I tried to create new application and I am getting Unable to register this application. Check your registration settings. It does not say if the captcha is wrong or if by

Re: [twitter-dev] favourites_count on user profile is not updated !

2010-01-20 Thread Tim Haines
Ono, I think it's been this way for 8+ months? Tim. On Thu, Jan 21, 2010 at 1:14 AM, ono_matope matope@gmail.com wrote: Hi, Twitter team! I'm @ono_matope I made a fav-crawler that fetches favourite-feeds only when favourite_count of the user profile information (whitch is retrieved

[twitter-dev] Re: cannot edit registered application

2010-01-20 Thread Brian Sutorius
This may be an issue with your account. Please write to a...@twitter.com from the email address associated with your Twitter account and we can look into it. Thanks, Brian On Jan 20, 10:25 am, twittme_mobi nlupa...@googlemail.com wrote: Hello Abraham, Thanks for your reply.I tried  that and

[twitter-dev] Re: twitter whitelisting

2010-01-20 Thread Brian Sutorius
Hi Cube, I don't see any whitelist requests under your email address. What was the Twitter account you were logged into when you submitted it? Brian On Jan 19, 8:36 am, Cube Whidden lxx.septuag...@gmail.com wrote: Hi, I have submitted a request to be whitelisted by twitter almost two weeks

[twitter-dev] Re: favourites_count on user profile is not updated !

2010-01-20 Thread Orian Marx (@orian)
Has this been logged in the issue tracker? Seems like something that should be fixed. On Jan 20, 2:38 pm, Tim Haines tmhai...@gmail.com wrote: Ono, I think it's been this way for 8+ months? Tim. On Thu, Jan 21, 2010 at 1:14 AM, ono_matope matope@gmail.com wrote: Hi, Twitter team!

[twitter-dev] API Limit of 150 is Obsolete

2010-01-20 Thread Eric Woodward
I will come straight to the point: we need to an increase to the API limit to properly implement Twitter within a desktop client application given the addition of: 1) three retweets timelines; 2) checking the account's saved searches; and 3) up to 10-20 Twitter Lists timelines. Twitter Lists

Re: [twitter-dev] API Limit of 150 is Obsolete

2010-01-20 Thread Josh Roesslein
Yeah an increase in API requests would be nice to have with the addition of new API features. I would almost like a solution where twitter sets a guaranteed hits/hour soft limit. By soft limit I mean if you go above this limit you may be rate limited if the twitter cluster is currently under heavy

[twitter-dev] CrisisCommons.org Project Involving Twitter and Haiti

2010-01-20 Thread M. Edward (Ed) Borasky
There is a project called Tweak-the-Tweet that has grown out of the CrisisCommons.org response to the earthquake in Haiti. It's a fascinating project, which you can read about here. http://epic.cs.colorado.edu/helping_haiti_tweak_the_twe.html There will be a conference call at 9 PM Pacific time

[twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread M. Edward (Ed) Borasky
I've discovered that the API rate limit is 450 per hour for pages/ cursors within a followers_ids or friends_ids call, if that helps. But I really think that increasing the API rate limit for basic HTML auth is a bad idea - let's make oAuth work! On Jan 20, 3:04 pm, Josh Roesslein

Re: [twitter-dev] Getting Pending Request list

2010-01-20 Thread Mark McBride
Currently there is no such method. ---Mark http://twitter.com/mccv On Wed, Jan 20, 2010 at 12:35 AM, jahir jagi...@greatinnovus.com wrote: I have followed one user. but this user account had protected. So i am sending the request to that user. Is There any method of getting pending

[twitter-dev] internal lists

2010-01-20 Thread alexus
is there a way to separate topic of my tweets? let's say i tweet about more then one subject, for example my userid is EXAMPLE and i tweet about SUBJECT1 and SUBJECT2 ultimately i'd want to have following http://twitter.com/EXAMPLE/SUBJECT1 http://twitter.com/EXAMPLE/SUBJECT2 or

[twitter-dev] streaming rate limit question

2010-01-20 Thread joelkeepup
Hi, it seems the max per account to do statuses/filter is 400. Is there a limit to the number of accounts per IP? Can I have 100 accounts using the same ip? thanks Joel

[twitter-dev] twitter and cake/curl- Rate limit exceeded

2010-01-20 Thread mlecho
hi. i am building an api for a project, and a portion implements twitter. Cakephp is my framework. The problem i am having is despite my approach, i am getting {request:\/statuses\/user_timeline.xml? screen_name=user_screen_name_example,error:Rate limit exceeded. Clients may not make more than

[twitter-dev] Re: twitter whitelisting

2010-01-20 Thread Cube Whidden
Oh, it seems like it just went through, but it was under organizedwis...@organizediwsdom.com, under the organizedwisdom twitter name. Thanks so much for helping with this, It was nice to pry my boss out of my butt. Cube On Wed, Jan 20, 2010 at 4:58 PM, Brian Sutorius

[twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Jaanus
On top of all that, AFAIK the 1500 limit for OAuth is still vaporware at this point, so everybody is capped at 150. To inform the discussion, I wonder if Twitter could share any figures like what's the actual API use distribution? Like what combination of users/apps hit the cap regularly and

Re: [twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Cameron Kaiser
Another hunch: desktop apps are negligible and the real load comes from web apps who spider asynchronously 24/7. Should the load be differentiated across client and web apps? Client apps are typically only one user per device at a time, whereas the web app may be spidering on behalf of who

Re: [twitter-dev] Re: twitter whitelisting

2010-01-20 Thread Cameron Kaiser
It was nice to pry my boss out of my butt. Usually it's the other way around, no? ;-) -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- BOND THEME NOW PLAYING: Goldfinger

Re: [twitter-dev] streaming rate limit question

2010-01-20 Thread Cameron Kaiser
Hi, it seems the max per account to do statuses/filter is 400. Is there a limit to the number of accounts per IP? Can I have 100 accounts using the same ip? If they are separately authenticated, I am aware of no limit. -- personal:

Re: [twitter-dev] streaming rate limit question

2010-01-20 Thread John Kalucki
If you need more predicates, you must apply for a higher level of access, not open more connections. The default limits are set to allow experimentation while preventing scraping. Excessive connections are considered attempts to work around the rate limits and your IP address will be banned. This

Re: [twitter-dev] twitter and cake/curl- Rate limit exceeded

2010-01-20 Thread Abraham Williams
Are you perhaps making authenticated calls to the API but calling account/rate_limit_status unauthenticated? or vis versa? Abraham On Wed, Jan 20, 2010 at 13:55, mlecho saltlessbr...@gmail.com wrote: hi. i am building an api for a project, and a portion implements twitter. Cakephp is my

Re: [twitter-dev] internal lists

2010-01-20 Thread Abraham Williams
Not really. You could add #hashtags to your statuses and use search to filter the them. https://twitter.com/#search?q=from%3AEXAMPLE%20%23SUBJECT1 https://twitter.com/#search?q=from%3AEXAMPLE%20%23SUBJECT2 You would be searching for from:EXAMPLE #SUBJECT1. Abraham On Wed, Jan 20, 2010 at

Re: [twitter-dev] Re: Getting Replies to A Message

2010-01-20 Thread Abraham Williams
You might also check out http://twitoaster.com/api/conversation-show/ I don't know how large their database is though. Abraham On Wed, Jan 20, 2010 at 07:37, Orian Marx (@orian) or...@orianmarx.comwrote: You should add your thoughts to

[twitter-dev] Re: CrisisCommons.org Project Involving Twitter and Haiti

2010-01-20 Thread M. Edward (Ed) Borasky
I have some more information. *Conference Call Number* for CrisisCamp Planning (619) 276-6333 PIN is 411911, 5:00EST European Rondee Bridge (Germany): +49 157-02488180 On Wed, Jan 20, 2010 at 9:10 AM, Jeannie Stamberger jeannie.stamber...@gmail.com wrote: Hi All, Heather wanted to let me

Re: [twitter-dev] Possibility to link to the user page not by the name but by the id.

2010-01-20 Thread Abraham Williams
I remember this topic coming up before and it seems like someone built an application that handled this but I can't find any references to it. Maybe somebody else can? Abraham On Wed, Jan 20, 2010 at 06:29, Ivan gli.w...@gmail.com wrote: Hi. I tried to find the similar question here (in

[twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread M. Edward (Ed) Borasky
On Jan 20, 4:50 pm, Cameron Kaiser spec...@floodgap.com wrote: The problem here is distinguishing the two. OAuth doesn't (and I was told this by one of the people on the OAuth committee) specifically allow you to unambiguously and securely identify an application just because it has a

Re: [twitter-dev] CrisisCommons.org Project Involving Twitter and Haiti

2010-01-20 Thread EdPimentl
Kudos! Here are two similar humanitarian services, which are collaborating with CNN and two of its Anchor(s) http://relief4haiti.com http://relief4haiti.net -E Gpro.ws On Wed, Jan 20, 2010 at 6:59 PM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: There is a project called Tweak-the-Tweet

Re: [twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Abraham Williams
Not really that hard to distinguish between 5 IPs making 20k API hits and 20k IPs making 5 API hits each... Abraham On Wed, Jan 20, 2010 at 16:50, Cameron Kaiser spec...@floodgap.com wrote: Another hunch: desktop apps are negligible and the real load comes from web apps who spider

Re: [twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Cameron Kaiser
Another hunch: desktop apps are negligible and the real load comes from web apps who spider asynchronously 24/7. Should the load be differentiated across client and web apps? Client apps are typically only one user per device at a time, whereas the web app may be spidering on behalf

Re: [twitter-dev] Twitter visualization tool

2010-01-20 Thread Abraham Williams
Interesting. Well go for it then. On Tue, Jan 19, 2010 at 21:34, Mark McBride mmcbr...@twitter.com wrote: Why would you have to run your own server to use the streaming API from the iPhone? ChirpFlow seems to be doing just fine with iPhone+Streaming ---Mark http://twitter.com/mccv

Re: [twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Cameron Kaiser
The problem here is distinguishing the two. OAuth doesn't (and I was told this by one of the people on the OAuth committee) specifically allow you to unambiguously and securely identify an application just because it has a certain app key Huh? Can you translate this into either English

Re: [twitter-dev] OAuth Authorization login page

2010-01-20 Thread Abraham Williams
http://code.google.com/p/twitter-api/issues/detail?id=1050 On Mon, Jan 18, 2010 at 06:23, Michael J. Ditto di...@progressnowcolorado.org wrote: I think I've seen this mentioned before, but I'll add one vote to getting it fixed... When logging in via a web app, the default action is Deny. So

Re: [twitter-dev] Re: Getting Replies to A Message

2010-01-20 Thread Robert Bagley
Thanks for the link Abraham, I had look at them, most of the time their API from my experience timed out and never responded (e.x. http://api.twitoaster.com/conversation/show.json?id=7968304579). Plus from looking at the eery similarities (rate limits, user agent requirement, returned JSON

[twitter-dev] 403 Forbidden: error solved....sort of

2010-01-20 Thread eco_bach
I'm using the OAuth Sign In process with a flash browser-based application The following 2 steps ALWAYS work after I click my 'Sign In with Twitter' button, I make it to the Twitter OAuth sign in page so I have the correct request token, etc 1 successfully retrieve request token 2 navigate to

Re: [twitter-dev] Re: Best way to test success/failure for a status update

2010-01-20 Thread Abraham Williams
2010/1/16 M. Edward (Ed) Borasky zzn...@gmail.com Is this in fact a valid assumption, and is it documented anywhere? I'm anal about that sort of thing for a variety of reasons. ;-) Yes. I'm not sure if it is documented anywhere other then emails from Twitter to the group. Abraham --

Re: [twitter-dev] authenticity_token same as access token?

2010-01-20 Thread Abraham Williams
I would hope not. access_tokens should be unique to each consumer token/user combination. Abraham On Sun, Jan 17, 2010 at 14:32, ryan alford ryanalford...@gmail.com wrote: Trying to screen_scrape? I don't believe they are the same. Ryan Sent from my DROID On Jan 17, 2010 5:20 PM,

Re: [twitter-dev] statuses/friends - Reverse navigation

2010-01-20 Thread Abraham Williams
You might try opening a feature request: http://code.google.com/p/twitter-api/issues/list This will at least let Twitter keep track of it. Abraham On Mon, Jan 18, 2010 at 04:23, Serdar Kiliç ski...@gmail.com wrote: Hello, I would like to make a request for an additional element in statuses/

[twitter-dev] Disappearing / Reappearing Social Graph Lists

2010-01-20 Thread DustyReagan
I noticed an issue tonight where a user's Friends, Followers, and Lists counts randomly goes down to zero. For example, I can refresh http://twitter.com/TastyTracy a few times and her Friends, Followers, and Lists counts randomly drop to zero and come back on the next refresh. It also happens in

Re: [twitter-dev] Disappearing / Reappearing Social Graph Lists

2010-01-20 Thread Ted Nyman
I've noticed this all day, across many accounts, both via the API and twitter.com . On Jan 20, 2010, at 10:57 PM, DustyReagan dustyrea...@gmail.com wrote: I noticed an issue tonight where a user's Friends, Followers, and Lists counts randomly goes down to zero. For example, I can refresh

[twitter-dev] Re: API Limit of 150 is Obsolete

2010-01-20 Thread Aki
I would also like to request the API limit to be raised as soon as possible. I am not able to roll out an update for my desktop Twitter client, simply because the API limit is too low for the features I have implemented. The new version of my client utilizes Lists related APIs, which consumes a

[twitter-dev] Re: twitter and cake/curl- Rate limit exceeded

2010-01-20 Thread mlecho
i am sure that both are being rendered with auth. On Jan 20, 6:30 pm, Abraham Williams 4bra...@gmail.com wrote: Are you perhaps making authenticated calls to the API but calling account/rate_limit_status unauthenticated? or vis versa? Abraham On Wed, Jan 20, 2010 at 13:55, mlecho