Re: [twitter-dev] Re: Friend and Follower count - since timestamp

2010-07-07 Thread Matt Harris
Hey Nischal, So this doesn't get lost in the email archive would you be able to create this as an enhancement request in our issue tracker: http://code.google.com/p/twitter-api/issues/list Thanks, Matt On Tue, Jul 6, 2010 at 10:00 PM, nischalshetty nischalshett...@gmail.comwrote: Thanks. That

[twitter-dev] XML format change???

2010-07-07 Thread Pete
Did you change the XML format today our application which has worked for a year reading XML data all of the sudden does not function today? Was there a format change without notice?

[twitter-dev] Re: Friend and Follower count - since timestamp

2010-07-07 Thread nischalshetty
Hi Matt, Sure, will do that right away :) -Nischal On Jul 7, 11:13 am, Matt Harris thematthar...@twitter.com wrote: Hey Nischal, So this doesn't get lost in the email archive would you be able to create this as an enhancement request in our issue

[twitter-dev] Re: Friend and Follower count - since timestamp

2010-07-07 Thread nischalshetty
Raised an issue: http://code.google.com/p/twitter-api/issues/detail?id=1732 Hope one of you finds time to work on this, would be a big help for me as well whole lot of other apps that deal with a users friend and followers. -Nischal On Jul 7, 1:37 pm, nischalshetty nischalshett...@gmail.com

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread luisg
Hello, Actually I have that working, and I do noticed some strange behavior too. The thing I notice is, when you delete a tweet from your application, and then if you get the tweets (through the API too) the tweet you deleted before will not be there anymore. So, the thing really works. But if

Re: [twitter-dev] Re: Friend and Follower count - since timestamp

2010-07-07 Thread Pascal Jürgens
Just wanted to add, it's a sad thing etags see hardly any use today. Back when the graph methods weren't paginated, you could just send a request with the etag header set and it would come back not modified, a very efficient thing to do. It won't give you the difference between arbitrary

[twitter-dev] Re: Rate Limiting

2010-07-07 Thread artesea
And again I'm locked out. 400 is saying Rate limit exceeded. Clients may not make more than 150 requests per hour., however rate_limit_status is saying You have 145 api calls left until 12:20 when it will be reset to 150. (local time 11:39) On Jul 6, 10:59 pm, Rich rhyl...@gmail.com wrote: Yep

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread Claudia A. V. Callegari
Hi! After using my api for deleting tweets, I looked at the site own twitter. I did the test on another Internet site that also deletes tweets, he had the same problem. This morning, without changing anything in my api, I took the test again and it worked. I believe had some temporary problem on

[twitter-dev] Re: Home_timeline and retweets

2010-07-07 Thread luisg
Hello, and thanks for your reply. When I said ridiculous, I don't meant to offend you cause I REALLY appreciate your work. I was just discussing my point of view. Sorry for that. About the retweets: Imagine I get my home_timeline. I will get the 'normal' tweets (posted by me via web, for

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread luisg
Maybe something with the browser cache, no? On Jul 7, 1:24 pm, Claudia A. V. Callegari claudia.avcalleg...@gmail.com wrote: Hi! After using my api for deleting tweets, I looked at the site own twitter. I did the test on another Internet site that also deletes tweets, he had the same

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread Claudia A. V. Callegari
Hello Luiz, I also thought about the cache, so I do I cleared the cache, to test, but the problem continued. But as I said today seems to be normal, then it occurs again, I notice again. Thanks On 7 jul, 08:56, luisg luisfmgoncal...@gmail.com wrote: Maybe something with the browser cache, no?

[twitter-dev] Re: Search API rate limit

2010-07-07 Thread Ramanean
Matt, What is exact limit..Whether I can write to twitter for whitelisting of the IP? Whether whitelisting of the IP would do any good? Shan On Jul 7, 12:16 am, Matt Harris thematthar...@twitter.com wrote: Hi Shan, The Search API is anonymous so authenticating makes no difference to the

[twitter-dev] On Process

2010-07-07 Thread Robert Stevenson-Leggett
Hi, I was wondering about tools and processes in use at Twitter to manage and develop the API. How are releases done so quickly across so many machines? How are work items assigned? Is CI / CD in use? What about testing? Do you have people dedicated just to manage this process? If someone at

[twitter-dev] Re: XML feed not loading as before - PHP

2010-07-07 Thread colin....@digital.fco.gov.uk
Thanks Taylor, I've corrected this and it doesnt make any difference. $twitter_url = http://api.twitter.com/1/statuses/user_timeline/ britishabroad.xml; $buffer = file_get_contents($twitter_url); $xml = new SimpleXMLElement($buffer); $status_item = $xml - status; $status = $status_item -

[twitter-dev] Re: XML feed not loading as before - PHP

2010-07-07 Thread colin....@digital.fco.gov.uk
$twitter_url = http://api.twitter.com/1/statuses/user_timeline/ britishabroad.xml; $buffer = file_get_contents($twitter_url); $xml = new SimpleXMLElement($buffer); $status_item = $xml - status; $status = $status_item - text; echo $status; On Jul 6, 5:09 pm, Taylor Singletary

[twitter-dev] XML feed not loading as before - PHP

2010-07-07 Thread colin....@digital.fco.gov.uk
$twitter_url = http://api.twitter.com/1/statuses/user_timeline/ britishabroad.xml; $buffer = file_get_contents($twitter_url); $xml = new SimpleXMLElement($buffer); $status_item = $xml - status; $status = $status_item - text; echo $status; I am getting an error: Fatal error: Uncaught

[twitter-dev] Re: XML format change???

2010-07-07 Thread colin....@digital.fco.gov.uk
I'm getting similar problems. With the use of simplexml_load_file, it loads other xml fine but not twitters!!! On Jul 7, 6:55 am, Pete phousle...@gmail.com wrote: Did you change the XML format today our application which has worked for a year reading XML data all of the sudden does not

[twitter-dev] Re: Rate Limiting

2010-07-07 Thread Niklas Hellenbart
For my whitelisted client everything is fine again, limit is up at 20k again :) On Jul 7, 12:40 pm, artesea ryancul...@gmail.com wrote: And again I'm locked out. 400 is saying Rate limit exceeded. Clients may not make more than 150 requests per hour., however rate_limit_status is saying You

[twitter-dev] Error messages during authorize and redirect processes (OAuth)

2010-07-07 Thread Andy
I use the twitter API in my mobile app to make tweets and retweets using OAuth authentication methods. Programming language is Zend Framework v2.3.0, PHP Version 5.3.1. As a 'siteUrl' I use the mobile url: http://m.twitter.com/oauth;. Good: The twitter authorize and redirect process for tweet and

Re: [twitter-dev] Re: XML format change???

2010-07-07 Thread Raffi Krikorian
hi all. i don't know of any format change - do you have an example we can look at? On Wed, Jul 7, 2010 at 2:55 AM, colin@digital.fco.gov.uk colin@digital.fco.gov.uk wrote: I'm getting similar problems. With the use of simplexml_load_file, it loads other xml fine but not twitters!!!

Re: [twitter-dev] Re: Search API rate limit

2010-07-07 Thread Pascal Jürgens
Shan, as far as I know twitter has been reluctant to state definite numbers, so you'll have to experiment and implement a backoff mechanism in your app. Here is the relevant part of the docs: Search API Rate Limiting The Search API is rate limited by IP address. The number of search requests

[twitter-dev] Temporary changes to whitelisting

2010-07-07 Thread Ryan Sarver
I wanted to email everyone and give notice that we are going to be holding off on approving any additional whitelist requests until after the World Cup is over. We actually paused this last week, so if you haven't gotten a response, this is why. It will take us a while to get through the backlog

Re: [twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread Matt Harris
It sounds like our internal cache wasn't keeping up with the API. I know there was some work on what happens when a Tweet is deleted recently, specifically around keeping the API and site in sync. Matt Harris Developer Advocate, Twitter http://twitter.com/themattharris On Jul 7, 2010, at 5:38,

Re: [twitter-dev] Re: XML format change???

2010-07-07 Thread Matt Harris
hey everyone, I've noticed some of users are not using an HTTP transport method, but instead a file stream to read from the API. If you are using a file stream method, like file_get_contents in PHP you will be getting XML load errors whenever the request you make returns with an error. This is

Re: [twitter-dev] XML feed not loading as before - PHP

2010-07-07 Thread Matt Harris
Hey Colin, You want to make sure you are using CURL to read from the API otherwise you loose all the header information we return. That being said, in your example the stack trace error will be thrown if we return an error. This is because you haven't checked that: $buffer !== FALSE; If there

[twitter-dev] Re: XML feed not loading as before - PHP

2010-07-07 Thread artesea
Colin, echo $buffer to see what you are getting from twitter. Could be a whale. Ryan On Jul 7, 10:42 am, colin@digital.fco.gov.uk colin@digital.fco.gov.uk wrote: $twitter_url = http://api.twitter.com/1/statuses/user_timeline/ britishabroad.xml; $buffer =

Re: [twitter-dev] request token

2010-07-07 Thread Matt Harris
Hi Shob, We strongly recommend you use a library for handling OAuth with Twitter until you are comfortable with how OAuth works. For VB I know of at least one library called TwitterVB: http://twittervb.codeplex.com/ This will do the OAuth heavy lifting for you so you can develop an application

Re: [twitter-dev] US Location Stream

2010-07-07 Thread Jean-Charles Campagne
Hello James, Our current free access grants you 1024 calls per 24 hours for the moment. This should give you enough call credits to test the API. As of today, we grant higher-level access on a case by case basis. Please contact us for further discussion. Best regards, Jean-Charles Campagne

[twitter-dev] Any way to get a REASON for why an account was suspended.

2010-07-07 Thread @IDisposable
We are building a State of Twitter in St. Louis whitepaper for our local companies/agencies/etc. In doing this, we gathered the list of influential people from our own STLTweets site and are mining for extra information from Twitter, Klout, TrstRank, etc... For a couple high-ranking people we

[twitter-dev] Twitter service authentication

2010-07-07 Thread t.arnf...@googlemail.com
Hello :) I am building a service for twitter apps to use which has an API thats quite simple. The question I have is that, I need to - from some kind of data the application sends me - get hold of the users twitter account to first, check if its a valid account, second to get their profile pic

Re: [twitter-dev] Any way to get a REASON for why an account was suspended.

2010-07-07 Thread Matt Harris
Hi, We don't disclose the reason for accounts being suspended to 3rd parties so there isn't a way to get that information if you don't own the account. If you do own the account you can email from the email address we have on record for it asking for the reason. The reason for accounts being

[twitter-dev] Rate limits should be resetting now

2010-07-07 Thread themattharris
Hey everyone, We've been working on the rate limit issue which has been affecting many of you and believe we now have it fixed. As the issue affected people in different ways we want to be check your applications are working again. If your rate limit is still not resetting please email

[twitter-dev] Re: Rate limits should be resetting now

2010-07-07 Thread isaiah
Does this mean a return to previous rate limits as well? Or are we still getting the squeeze? Isaiah On Jul 7, 5:54 pm, themattharris thematthar...@twitter.com wrote: Hey everyone, We've been working on the rate limit issue which has been affecting many of you and believe we now have it

Re: [twitter-dev] Re: Rate limits should be resetting now

2010-07-07 Thread Raffi Krikorian
we are currently sitting at 100% - so 350 calls/hour on oauth, and 150 calls/hour on basic auth. fingers crossed! On Wed, Jul 7, 2010 at 6:42 PM, isaiah isa...@mac.com wrote: Does this mean a return to previous rate limits as well? Or are we still getting the squeeze? Isaiah On Jul 7,

Re: [twitter-dev] Re: Rate limits should be resetting now

2010-07-07 Thread M. Edward (Ed) Borasky
Quoting Raffi Krikorian ra...@twitter.com: we are currently sitting at 100% - so 350 calls/hour on oauth, and 150 calls/hour on basic auth. fingers crossed! Seems to be working fine here at the Bar Nothing Ranch - I'm getting Bad Gateway 502 errors but between instances of those, I'm

[twitter-dev] Getting feed for multiple accounts (how does hootsuite/tweetdeck do it so fast?)

2010-07-07 Thread rksprst
Let's say I have five columns that show the @replies for five different twitter accounts. Since each account has its own authentication with oath, I would need to make 5 API calls to load up these columns. This seems inefficient and also slow. Is there anyway to speed this process up? Hootsuite