[twitter-dev] Retweet API limitations

2011-02-21 Thread Freek
Hello, I'm developing an application that also includes the retweet feature and I have some questions regarding the use of retweet API calls. In the documentation it says that the method is subject to update limits. http://dev.twitter.com/doc/post/statuses/retweet/:id What does this mean exactly?

[twitter-dev] How to use Twitter API

2011-02-21 Thread wang aaron
Hi I can`t use Twitter API to dev. Twitter client. Could you tell me some info of Twitter API. Thanks. Aaron. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] is there a way to update statuses more then 100 per semi-hour at all?

2011-02-21 Thread John Carver
greatings people. im using twitter api to update statuses but im getting this after about 100 of them have been posted in 1 hour time period: error: User is over daily status update limit i HAVE to post new tweets say 200 or even 500 per hour. is it possible at all? if yes how can i achieve

[twitter-dev] Re: Follower analysis without whitelisting breaks limits?

2011-02-21 Thread Jo Seibert
On 21 Feb., 06:50, Orian Marx (@orian) or...@orianmarx.com wrote: I don't know what the current state of this is but it looks like Site Streams will support unfollow events for this purpose:http://groups.google.com/group/twitter-development-talk/browse_thread... From the mentioned thread: I'm

[twitter-dev] twaud.io api: anyone manage to get it working?

2011-02-21 Thread Seth
I've tried discussing with the author of twaud.io, but he says he doesn't really have time to look. I've tried sending even a minimal test iPhone app Xcode project to twitter api support, but a week later no response. Our app is xAuth authorized, the app sends the username and password and gets

[twitter-dev] Feedback regarding URL change

2011-02-21 Thread Wanted: Widder
I changed the Registered Callback URL and Registered OAuth Callback URL but below the status being sent by api the old URL remains. I double checked the app by changing the Application Icon just to find out that it changed within twitter. So the account is correct. -- Twitter developer

Re: [twitter-dev] is there a way to update statuses more then 100 per semi-hour at all?

2011-02-21 Thread Tom van der Woerdt
You can't post more than 127 (?) tweets per 4 hours (that's 1000 per day). This is a limit which can not be raised. Tom On 2/21/11 10:22 AM, John Carver wrote: greatings people. im using twitter api to update statuses but im getting this after about 100 of them have been posted in 1 hour

[twitter-dev] Profile Image Uploads return 200 OK but do not update

2011-02-21 Thread Bob
We are seeing a 200 OK when making profile image uploads via the API however the image either does not update or takes a long time to update (over an hour) on Twitter. I presume this is in relation to: http://status.twitter.com/post/3369948143/image-uploads-partially-disabled And:

[twitter-dev] Re: User stream and oauth headers

2011-02-21 Thread aitorciki
Sorry, my bad. I was signing the request by using the url with query params included, while the library I'm using expects url and params to be passed separately. On Feb 12, 8:19 pm, aitorciki aitorc...@gmail.com wrote: Hi. I'm using python-oauth2 to handle the authentication with the REST and