[twitter-dev] Re: NSURLConnection

2011-06-27 Thread R
much thanks On Jun 26, 11:39 am, Evadne Wu monocerosfu...@gmail.com wrote: I am pretty sure you don’t want to use any synchronous requests, though.   Better make an asynchronous one, and handle delegate method callbacks when they finish.  Otherwise, if network flakes out, it can easily clog

[twitter-dev] Re: Twitter API changes

2011-06-27 Thread Ran Margaliot
but currently i am getting all the information for them... when will i stop getting this info? On Jun 27, 7:45 am, kamesh SmartDude kamesh.smartd...@gmail.com wrote: hi, the users who are already logged in should logout and relogin againotherswise they will not get any data(not only DM's)

[twitter-dev] Re: How long can we access a past profile picture?

2011-06-27 Thread yama
Thanks Matt, Oh that's right! It consumes API rate limit using the second method. So, if I consider a rate limited API, I should user the first method, which is just a link to image. But then, when user change it, the possibility of unaccessible to the image may occur. Is it right? I have to

[twitter-dev] XAuth Authorization

2011-06-27 Thread yatibawri
Hi all, I have a query on how can i register my app with xAuth. I get an error in this line : AccessToken token = twitter.getOAuthAccessToken(); I get an error:Failed : The screen name / password combination seems to be invalid. and Error 401.. So please help me to solve my issue -- Twitter

[twitter-dev] The remote server returned an expectation error 417 Expectation failed.

2011-06-27 Thread Jay Amrutkar
I'm authenticating twitter user using open authentication (oauth) through my gadget. I'm calling requestToken service of twitter. var accessor = { consumerSecret: 'mySecretKey', tokenSecret: '' }; var message = { action:

[twitter-dev] Twitter Widget Tweets Population Issue.

2011-06-27 Thread srinu
Hi, Thanks in Advance. Using Twitter List Widget, i am able to populate the tweets in my application but after certain amount of time i am getting empty widget and in back end it is showing following error message: TWTR.Widget.receiveCallback_1({error:Rate limit exceeded. Clients may not make

[twitter-dev] Twitter List Widget Tweets Population Issue.

2011-06-27 Thread Srini
Thanks in Advance. Using Twitter List Widget, i am able to populate the tweets in my application but after certain amount of time i am getting empty widget and in back end it is showing following error message: TWTR.Widget.receiveCallback_1({error:Rate limit exceeded. Clients may not make more

Re: [twitter-dev] XAuth Authorization

2011-06-27 Thread Georgooty varghese
Hi, xAuth is not enabled by deafult when you registering the application. To enabling this, you should send a detailed mail to a...@twitter.com with the application details. Regards, George On Mon, Jun 27, 2011 at 2:55 PM, yatibawri yatiba...@gmail.com wrote: Hi all, I have a query

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread quenotacom
sorry, I dont understand what you mean, the problem is : I can call the followers query I accept say 100, calling lookup for them, the problem is, cursor_next is pointing to 5001 ocurrence, so i have to do all the job again. -- Twitter developer documentation and resources:

[twitter-dev] Re: 401 Unauthorized in Python/Twisted app

2011-06-27 Thread Taylor Singletary
Hi Eryn, I'm not too familiar with the Twisted framework or its implementation of OAuth, so take what I recommend with a grain of salt. * Access tokens generated through the OAuth flow on Twitter, regardless of the technique used (PIN code, xAuth, vanilla OAuth) are long-lived and do not expire

[twitter-dev] Re: Select nth friend/follower

2011-06-27 Thread quenotacom
I am having the same problem. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-27 Thread kamesh SmartDude
hai george, suppose per request u want to show 100 follower/following. case 1: The user may have lessthan 5000 followers/following (suppose say 100) 1. store all the Ids u received from twitter and send the request to fetch first 100 follower/following 2. once u received the list of 100

[twitter-dev] Re: connection reset errors

2011-06-27 Thread Khandelwal
I'm still seeing the connection reset errors. Anyone have any advice? It's Errno 54 from the urllib in Python I believe (I'm using Tweepy under the hood). On Jun 24, 11:36 am, Khandelwal khandel...@gmail.com wrote: Both yesterday and today, I've been seeing quite a few Connection reset by peer

[twitter-dev] Re: Introduce yourself!

2011-06-27 Thread RubenOrozco
My name is Ruben Orozco from Santa Barbara, CA. I've use the Twitter API to develop http://www.TweetFind.com -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread RubenOrozco
Hi Twitter Devs. http://api.twitter.com/1/users/search When people search Tweetfind.com , they get a searched box at the bottom(Twitter Find People), For a few weeks it was working. You were able to scroll down and it would load more Twitter Profiles. A week or two ago, it stopped. The

[twitter-dev] Re: error 401 from oauth, starting a few days ago

2011-06-27 Thread arlomedia
Yes, I've made both of those changes, as I mentioned in my June 16 post. I just ran the requests again; here's what the request headers look like now. The first is the token request and the second is the timeline request: POST https://api.twitter.com/oauth/request_token Authorization: OAuth

Re: [twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread Taylor Singletary
Hi Ruben, We're looking into this issue and hope to have it resolved soon. Thanks for the report. @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun 27, 2011 at 9:51 AM, RubenOrozco ruben.oro...@gmail.com wrote: Hi Twitter Devs.

Re: [twitter-dev] Twitter API / People Search API not returning anything

2011-06-27 Thread RubenOrozco
Thanks Taylor! :) Ruben -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] Tweet Button Zero Count and Hashes... Add hash to original_referer please?

2011-06-27 Thread Scott Phillips
I've tried every variation to try and get this to work, but I think in the end it's a bug. Using the iframe button, the latest code I've tried sets the url and counturl as the same: http://propertylabs.smugmug.com/services/graph/gallery/11425833_KwDKP/803171493_Cscqq Which will usually redirect

[twitter-dev] Tweet Button Zero Count and Hashes... Add hash to original_referer please?

2011-06-27 Thread Scott Phillips
I've tried every variation to try and get this to work, but I think in the end it's a bug. Using the iframe button, the latest code I've tried sets the url and counturl as the same: http://propertylabs.smugmug.com/services/graph/gallery/11425833_KwDKP/803171493_Cscqq Which will usually redirect

Re: [twitter-dev] Access tokens changing on their own?

2011-06-27 Thread David
Hi Nick, Are these your account access tokens for your app that you use to connect to streams? Your access tokens will get reset if you go through the OAuth workflow and hit No or Deny with that account and later authorize it again. -- Twitter developer documentation and resources:

[twitter-dev] @anywhere not working?

2011-06-27 Thread Son
Is anyone else having problems with the @anywhere for twitter. Thanks -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your

[twitter-dev] display tweets for a private user using ASP or javascript

2011-06-27 Thread Son
Does anyone know how to display tweets for a private users using ASP or javascript on a web page? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Access tokens changing on their own?

2011-06-27 Thread Nicholas Chase
Yes, these are the access tokens for the app that I use to connect to streams. So if I re-authorize my own account they will change? Please tell me that it will ONLY happen with MY account...? 'Cause if that happens if ANYBODY reauthorizes... Thanks! --- Nick On 6/27/2011 4:24 PM, David

[twitter-dev] sudden api slowdown

2011-06-27 Thread joelkeepup
HI, Between June 23 and 24th we noticed a 3x slowdown on twitter api calls. Before the 23rd we had consistent api response time of a second for most calls with occasionally a couple seconds. Sometimes calls were very subsecond. As of June 24th (until now) all our calls are taking 2-3 seconds and

[twitter-dev] 401: Could not authenticate with OAuth.

2011-06-27 Thread vishal
I am having trouble posting to twitter from my ruby on rails app. The consumer keys and secrets are correct, also the oauth token and secret seem to be fine. The code used to work fine but I have been getting these error since today morning. Is anyone facing the same issue or am I going wrong

[twitter-dev] Re: sudden api slowdown

2011-06-27 Thread jenny
We have as well. Appears to have started 9-10pm utc on june 23. No changes on our side, just overall slowdown of all twitter rest api calls. To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)... -jenny On Jun 27, 2:48 pm, joelkeepup

Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread Nicholas Chase
On 6/27/2011 6:25 PM, jenny wrote: To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)... -jenny Check your access tokens; that's what's been happening to me for the last several days, and it comes down to the access key and secret

[twitter-dev] Re: sudden api slowdown

2011-06-27 Thread jenny
thanks! that worked. no more 401s on site streams, just slow rest api calls. On Jun 27, 3:27 pm, Nicholas Chase nch...@earthlink.net wrote: On 6/27/2011 6:25 PM, jenny wrote: To make things more exciting, all new site stream connections started returning 401s half an hour ago(9:47utc)...

[twitter-dev] Re: Twitter API error on my website

2011-06-27 Thread Sports Banter
Hi Mohan, We are using a widget and it appears to still be happening, could this be because of an increase in traffic to the site? It works and then the next time you go to the site it will have the error again. Cheers Steven On Jun 26, 11:15 pm, Mohan Arun mar...@gmail.com wrote: The

Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread M. Edward (Ed) Borasky
I haven't been doing anything with the REST API recently but I think there was some kind of event on Streaming last night. I don't have the data here but it was about 2011-06-27T05:00:00Z if I remember correctly. I was connected to the sample stream with basic auth if that matters. It

[twitter-dev] Detecting Over Capacity

2011-06-27 Thread R
I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names: id - checking for nil title - contains the string capacity This seem rather clunky. Is there a better way? -- Twitter developer documentation and resources:

Re: [twitter-dev] Detecting Over Capacity

2011-06-27 Thread Aldian Fazrihady
Does http status 503 always mean 'over capacity', no? Aldian On Tue, Jun 28, 2011 at 8:55 AM, R r4eem...@gmail.com wrote: I'm developing a Twitter app with Objective C. I'm detecting Twitter Over Capacity by looking at two XML element names: id - checking for nil title - contains the

[twitter-dev] Re: Twitter API error on my website

2011-06-27 Thread Mohan Arun
Hi Mohan, We are using a widget and it appears to still be happening, could this be because of an increase in traffic to the site? It works and then the next time you go to the site it will have the error again. I would say this is most likely something to do with the base site from which