[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread nischalshetty
I'm implementing queuing right now. That will hopefully settle things a little. Once that is done I will provide whatever info I can to get this thing sorted. @Taylor I would like to specifically thank you for getting back to me. Considering the amount of distress calls you guys get, a response

[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-04-07 Thread David W
Hey Taylor, Thanks for the response, totally appreciate that Site Streams is in beta and as such wait times and access may vary. It would help us a lot if we could however get some more feedback on our beta application, even if it's to say we're not giving you access yet because xyz - we'll

[twitter-dev] Re:Twitter (fetching the based on twitter user name using API query string)

2011-04-07 Thread syed ashwak
Hi, i have query about how do i fetch based on the twitter user name using API query string example i have API query like ' http://search.twitter.com/search.atom?q=from%3AJohn'and this would display exactly john name but i want related names with name of john.so kindly let me know asap. Regards

[twitter-dev] retweet_count in API response seems broken since April 5th

2011-04-07 Thread tex
Hello, it seems that the retweet_count for tweets in the API response is broken since 2 days, all the tweets i get since the April 5th are always returning a zero value for it. any clue about this ? thanks. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

Re: [twitter-dev] retweet_count in API response seems broken since April 5th

2011-04-07 Thread Taylor Singletary
Hi Tex, We're looking into this, thanks for the report. @episod http://twitter.com/episod - Taylor Singletary On Thu, Apr 7, 2011 at 8:57 AM, tex jsen...@gmail.com wrote: Hello, it seems that the retweet_count for tweets in the API response is broken since 2 days, all the tweets i get

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread nischalshetty
It's just not working. No matter how much I wait, as soon as unfollow requests start I get the Error Code 420. I have no clue what to do. Can you please check on your end if my app JustUnfollow.com is being rate limited for some reason. I've been trying from more than 24 hours. Thousands of users

[twitter-dev] Search filtered by Twitter List

2011-04-07 Thread tomofo
Is there today, or are plans in place, to support filtering a Twitter search to a Twitter List? The app that I'm developing helps users build Twitter lists, and filter those lists. I need some way to search through the tweet stream from list members. -- Twitter developer documentation and

Re: [twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread Matt Harris
Does the error you get back have any message in the response body? Also, just so we are absolutely clear which API method you are calling, can you share the exact URL you are hitting and parameters you are sending (obscuring any secure information) On Thu, Apr 7, 2011 at 10:58 AM, nischalshetty

[twitter-dev] List API method limits?

2011-04-07 Thread polomasta
One of my apps uses the List API heavily. Just recently within the past two weeks I've noticed that we are getting Rate Limit Exceeded errors, but only when we are calling the API method to retrieve a list timeline. Other API calls work just fine. Is there some limit specifically for the List

[twitter-dev] Authentication not creating connection

2011-04-07 Thread biznick
I have a scholarship app that is using Twitter Authentication. It had worked for a while but has recently broke and I'm not quite sure why. What happens is that when someone clicks to authenticate it will take the to the Allow Access or Deny screen but when they click allow access, it fails. It

Re: [twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread Nischal Shetty
Thank you so much for getting back. I'm using twitter4j version 2.2.1 , it uses all the latest api endpoints. I could not get the raw response data as there's no easy way to do that using the API and I've been busy trying to work around the errors my app has been getting. Here's the message

[twitter-dev] Re: Authentication not creating connection

2011-04-07 Thread biznick
I solved the problem by creating a new twitter api app. Not sure why the old one no longer works properly. Thank you to the community. Nick On Apr 7, 3:34 pm, biznick nickcon...@gmail.com wrote: I have a scholarship app that is using Twitter Authentication.  It had worked for a while but has

[twitter-dev] A way to improve the Streamin API

2011-04-07 Thread Mamadou Bobo Diallo
Actualy, we need access to the Site Streaming api to be able to start building our start-up product, we've been waiting for week now. I understand that the beta is about to improve the system and make sure it is able to scale when it goes live. One way to make the system scale better would be to

[twitter-dev] Re: Quick question on iPhone tweets

2011-04-07 Thread Bess
Are you serious? Mobile OAuth is broken for 3 wk long? Is this relating to Twitter Data Center move? On Apr 6, 10:42 pm, @IDisposable idisposa...@gmail.com wrote: There's actually a much easier way for you to implement the simple ability to Tweet from your application without having to code

[twitter-dev] Re: Quick question on iPhone tweets

2011-04-07 Thread Bess
Taylor, Do you have screens showing the work flow how this Web Intents work on UIWebView? Or any working iOS Android codes we can use as references? On Apr 5, 10:25 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Vince, There's actually a much easier way for you to implement

[twitter-dev] Re: Mobile Development

2011-04-07 Thread Bess
You can't use Basic Auth to store username pwd on device for Twitter auth. This is banned by Twitter. Use OAuth or xAuth. You set the callback URL on your twitter app. On Apr 7, 9:39 am, abhishek nalwaya nalwayaabhis...@gmail.com wrote: Hi I want to create a mobile native application. I

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread nischalshetty
I'm making around 50-60 unfollow requests per minute and it's still throwing the error. Did you have a chance to look at it? My site is unsable :( -N On Apr 8, 1:11 am, Nischal Shetty nischalshett...@gmail.com wrote: Thank you so much for getting back. I'm using twitter4j version 2.2.1 , it

Re: [twitter-dev] Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread Taylor Singletary
We've tested this scenario thoroughly and the limiting ceases after a short period of time when the maximum levels are reached. We couldn't reproduce any out of the ordinary behavior. The most likely culprit in your case is another application performing unfollows on the same GAE IP address you

Re: [twitter-dev] Getting too many login attempts error though my app uses per user auth apis

2011-04-07 Thread Nischal Shetty
Oh, so if I send in unfollows from a different IP this would work! Nice, I'll do that. I've been monitoring my logs, and as you said the blocks are happening at intervals in bursts. Alright, what I will do is set up some service on aws which would do the unfollowing and at the same time I will

Re: [twitter-dev] Re: Mobile Development

2011-04-07 Thread Mukesh Srivastav
Dear Abhishek, The Login page would be a just a web-component where user can pass the userid and password, Rest you should implement call-back mechanism to your application,That is the way it works. Cheers :) Mukesh Srivastav. On Fri, Apr 8, 2011 at 5:51 AM, Bess bess...@gmail.com wrote: You

Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 23 Messages in 9 Topics

2011-04-07 Thread Floating
Thanks very much! On Wed, Apr 6, 2011 at 7:31 PM, twitter-development-talk+nore...@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/twitter-development-talk/topics - Tweet Button in Arabic Language #12f2d288e789193c_group_thread_0 [2 Updates]