[twitter-dev] Re: API limit confusion

2009-07-23 Thread Abraham Williams
On Wed, Jul 22, 2009 at 15:06, srikanth reddy srikanth.yara...@gmail.comwrote: @Abraham: Does it mean my consumer app (not Desktop client) cannot serve more than 150 authorized users/hour(if it is not white listed). It is hard to believe. If it is desktop client the 150 limit is

[twitter-dev] Re: Create Favourite API Not returning new status

2009-07-23 Thread Coderanger
Sorry

[twitter-dev] Re: API limit confusion

2009-07-23 Thread Abraham Williams
On Thu, Jul 23, 2009 at 02:02, srikanth reddy srikanth.yara...@gmail.comwrote: The whole confusion is regarding this statement in http://apiwiki.twitter.com/Rate-limiting IP whitelisting takes precedence to account rate limits. *GET requests from a whitelisted IP address made on a user's

[twitter-dev] Re: OAuth necessary when I don't need to take over people's accounts?

2009-07-23 Thread Bjoern
On Jul 22, 6:55 pm, Grant Emsley grant.ems...@gmail.com wrote: It will improve the security of your account since it won't be sending username/password in plaintext anymore. Although I think the OAuth keys are also in plaintext? But thanks, I'll try to use it.

[twitter-dev] Re: OAuth necessary when I don't need to take over people's accounts?

2009-07-23 Thread Abraham Williams
Both OAuth and BasicAuth can be used over https. Abraham On Thu, Jul 23, 2009 at 02:45, Bjoern bjoer...@googlemail.com wrote: On Jul 22, 6:55 pm, Grant Emsley grant.ems...@gmail.com wrote: It will improve the security of your account since it won't be sending username/password in plaintext

[twitter-dev] Re: Detecting positive / negative / question

2009-07-23 Thread Joseph
Based on the search keyword tude and what follows it: (, ) or ?, I made the same guess myself, but I did not want to assume anything. Interesting link. I used to do some of that to analyze posts on a forum in the early days of the internet (to weed out impostors), but it did not work well. On

[twitter-dev] Re: API limit confusion

2009-07-23 Thread Hwee-Boon Yar
It's working like you want it to be. In other words, you have a web app running on a single server with a single IP. You make authenticated requests using each user's account. If your IP is whitelisted, the calls go towards your 20k limit, if it is not whitelisted, it goes against the current

[twitter-dev] Re: API limit confusion

2009-07-23 Thread srikanth reddy
Ohh. Then one user can make 150 authorized calls via consumer and deny service to others :( On Thu, Jul 23, 2009 at 1:36 PM, Hwee-Boon Yar hweeb...@gmail.com wrote: It's working like you want it to be. In other words, you have a web app running on a single server with a single IP. You make

[twitter-dev] Getting followers list with OAuth integration

2009-07-23 Thread dhaval
Hey all I have integrated OAuth into my app. Now I want to get the follower lists using http://twitter.com/statuses/followers.xml for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user.

[twitter-dev] Re: API limit confusion

2009-07-23 Thread jmathai
In other words, you have a web app running on a single server with a single IP. You make authenticated requests using each user's account. If your IP is whitelisted, the calls go towards your 20k limit, if it is not whitelisted, it goes against the current 150 limit for the respective

[twitter-dev] Re: Getting followers list with OAuth integration

2009-07-23 Thread Dhaval Parikh
yes i m getting access token and secret key and im using the plugin available on http://code.google.com/p/oauth-plugin/ On 7/23/09, jmathai jmat...@gmail.com wrote: Are you 100% positive that your oauth headers are correct? http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors Which

[twitter-dev] How capture the statuses update reply?

2009-07-23 Thread crMauro
Hello, I tried to update my Twitter status from my web page using an html form to post the update through twitter API. As result of the below code is that my web page is substituted with Twitter API response. Someone can help me to find a way to capture the Twitter API response, maybe inside

[twitter-dev] Update multiple users at once

2009-07-23 Thread DavidH
If I want to update multiple Twitter user accounts at once (with a different message for each), is there anyway to do it other than making multiple posts to update.xml? [I want to update accounts by cron; at the moment I have only a small number of users using the service, which isn't a problem.

[twitter-dev] Re: Random updates coming from API

2009-07-23 Thread matthew
Have you tried unfollowing @twitterapi? On Jul 22, 8:59 pm, Devonne streeter solelydiv...@gmail.com wrote: I 've been receiving random profile updates coming from API on my profile for the last 4 weeks, i have send request to solve the issue, yet it still happening thank you

[twitter-dev] Re: Random updates coming from API

2009-07-23 Thread Stuart
2009/7/23 solelydivine solelydiv...@gmail.com: I keep receiving random updated coming from API, are you able to check the mater out and stop them from randomly posting on my profile, Change your password. Chances are you've given your Twitter username and password to a website that's now

[twitter-dev] Re: Update multiple users at once

2009-07-23 Thread Cameron Kaiser
If I want to update multiple Twitter user accounts at once (with a different message for each), is there anyway to do it other than making multiple posts to update.xml? Nope. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap

[twitter-dev] Re: How capture the statuses update reply?

2009-07-23 Thread Cameron Kaiser
I tried to update my Twitter status from my web page using an html form to post the update through twitter API. As result of the below code is that my web page is substituted with Twitter API response. Someone can help me to find a way to capture the Twitter API response, maybe inside JSON

[twitter-dev] Re: A question regarding categorization of tweets

2009-07-23 Thread Terry Jones
This is not an API question, but I don't know where else to ask it... Twitter recently changed their web setup. When I click on the followers link when I logged in on http://twitter.com I get a page of followers and choose between List and Expanded views. My first problem is that when I click

[twitter-dev] Re: how to destroy the tweet by HTTP POST?

2009-07-23 Thread Cameron Kaiser
I manage to post a tweet with HTTP POST. Then I dumped the result. It was in the XML format. I got this value within XML tag id2774581598/ id when I posted it successfully. I believe this is a twit numeric identifier we can use to destroy it but I'm getting 404 error. Now I wish to delete

[twitter-dev] How to get all the replies .

2009-07-23 Thread cem
Hi ; I am new to Twitter Apps And Trying to get all the replies sent to me. Well the problem is when I send a query it gets only the last 20 replies. How can I be sure that I am getting all the replies sent to me and store them in my database ? Because all my application relies on this. If

[twitter-dev] Re: How to get all the replies .

2009-07-23 Thread Cameron Kaiser
I am new to Twitter Apps And Trying to get all the replies sent to me. Well the problem is when I send a query it gets only the last 20 replies. How can I be sure that I am getting all the replies sent to me and store them in my database ? Because all my application relies on this. If

[twitter-dev] Re: Update multiple users at once

2009-07-23 Thread DavidH
Cheers for that: it's what I thought but just wanted to check. Guess I'll have to queue separate cron jobs if things start to get too big. On Jul 23, 1:31 pm, Cameron Kaiser spec...@floodgap.com wrote: If I want to update multiple Twitter user accounts at once (with a different message for

[twitter-dev] Re: The Gardenhose Cooperative

2009-07-23 Thread Twittledee
So, I actually think that this is a very interesting idea ... but I would turn it around a little and ask: Would people be interested in creating a peer-to-peer network ala bit torrent for access to tweets? The idea is that we would create a point system where you make data available and you

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-07-23 Thread jim.renkel
Owkaye, Thanks for the comment and suggestion. The problem with implementing this locally at associated web sites rather than centrally at twitter is that: - each site would have to implement it separately; and - users would have to sign up and create a private ID at each site they use. That

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-07-23 Thread Scott Aikin
Jim, What you're suggesting is basically what they offer with OAuth. Apps are given a token to represent logins and a secret key to represent passwords for their authenticated users. Both are very long and impossible to guess. This mechanism works very well and basically corrects all the

[twitter-dev] Re: Detecting positive / negative / question

2009-07-23 Thread tomz
http://tweetsentiments.com uses Machine Learning and NLP for sentiment analysis. No published API access yet(some already available), but it's on the road map. Currently sacrificing some precision for speed, but we will focus on improving precision in the near future.

[twitter-dev] Re: The Gardenhose Cooperative

2009-07-23 Thread Doug Williams
What John was referring to above were the statements in the EULA which you sign to access the gardenhose which prohibit this type of redistribution. Thanks, Doug On Thu, Jul 23, 2009 at 7:19 AM, Twittledeewebs...@twittledee.com wrote: So, I actually think that this is a very interesting

[twitter-dev] Re: Change your avatar's Twitter

2009-07-23 Thread Cameron Kaiser
How to replace the image of the avatar through the Twitter API or any other form automatically? http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile_image -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser *

[twitter-dev] Change your avatar's Twitter

2009-07-23 Thread Leo Baiano
Hi, How to replace the image of the avatar through the Twitter API or any other form automatically? I am wanting to do something similar to http://twibbon.com -- Amplexos, Leo Baiano http://www.leobaiano.com http://www.blog.ljunior.com http://www.mcelebridades.com

[twitter-dev] Re: Detecting positive / negative / question

2009-07-23 Thread Joseph
Tom, thanks for the link. I've been to the site in the past. I just revisited, and entered Sarah Palin in the search box. It returned 50 tweets, labeled 39 as neutral, 5 positive and 6 negative. I checked the actual tweets, and here's what I found: - Neutral: I only found one (maybe). The other

[twitter-dev] Re: Getting followers list with OAuth integration

2009-07-23 Thread Dhaval Parikh
Can someone tell me if they have done it before? On 7/23/09, Dhaval Parikh dhaval.parik...@gmail.com wrote: yes i m getting access token and secret key and im using the plugin available on http://code.google.com/p/oauth-plugin/ On 7/23/09, jmathai jmat...@gmail.com wrote: Are you 100%