[twitter-dev] Re: Twitter Psychological Personality Profiling

2010-11-26 Thread L. Mohan Arun
Basically, I want to look at the personality profile of Twitter users. Definitely this: (twitter psychological profiling, sentiment analysis, tweetpsych etc.) http://mashable.com/2009/08/30/analyze-twitter-content/ I want an app which will, with the user's permission, produce their overall

[twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Furkan Kuru
Hello, I think there is a spamming action that uses too many twitter accounts and tweet by mentioning usernames and send as a reply. We receive thousands of similar spam tweets that are written as a reply to our followed users through streaming api. It spoils our data. The tweets seem to be

[twitter-dev] Re: Tweet button showing 0 count

2010-11-26 Thread kovshenin
Is this related to my website responding 405 to HTTP HEAD requests? On Nov 22, 9:13 pm, kovshenin kovshe...@live.com wrote: Cheers all. I wrote a Twitter app back in 2009 called Foller.me (http://www.foller.me) which has now moved to Google App Engine. The latest changes to the app included

RE: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Dean Collins
What I don't understand is that apart from possibly generating clicks why are people doing this? Are enough clicks converting into some kind of ROI interaction that makes them money? I keep expecting SPAM to take some kind of evolutionary leap (customized to your location/interests/cookies

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Furkan Kuru
Word lol is the most common in these spam tweets. We receive 400 spam tweets per hour now tracking 100K people. We plan to delete all of the tweets containing lol word. It is also used by our users (Turkish people) writing in English though. Any better suggestions? On Fri, Nov 26, 2010 at 5:15

RE: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Dean Collins
Hmmm I don't think that would work - it type lol in my @DeanCollins personal posts a lot :-) Cheers, Dean From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Furkan Kuru Sent: Friday, 26

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread Adam Green
As long as you aren't trying to capture and deliver *all* tweets, there are a couple of good ways to cut out spammers. One thing I do is save all mentions for all users in a database of tweets. When a tweet comes in from the streaming API, I collect @mentions, and store them with the screen name

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread M. Edward (Ed) Borasky
Hmmm ... Twitter has a user quality filter that's supposed to weed out spammers from Search and Streaming. At about 450,000 new user IDs created every day, it might take a while for Twitter's spambot detectors to flag them all, but I'd think between algorithms and crowdsourced block /

[twitter-dev] Re: Twitpic comments in description

2010-11-26 Thread Karolis Matusevičius
Thanks for the reply. On Nov 22, 9:30 pm, Matt Harris thematthar...@twitter.com wrote: Hi Karolis, Twitpic is a third party service which isn't supported by Twitter. For help with Twitpic you will need to contact them through their developer site. Their FAQ can be found here:    

[twitter-dev] Geocoded searches broken

2010-11-26 Thread Mack D. Male
Since yesterday, geocoded searches have been broken intermittently. Sometimes results are returned normally, then for stretches of time (30 minutes or more) no results are returned. During that time, there's a warning like the following: adjusted since_id to 8230615843933184 due to temporary

[twitter-dev] collecting tweet message ids

2010-11-26 Thread Rajinder Yadav
Hi I would like to know how I can go about retrieving all the tweet message ids from a user's timeline? I am using the user_timeline to get the message ids, is there a better faster way? The following page seems to indicate I can obtain up to 3200 statuses.

[twitter-dev] Where can I find the updated rate limit after OAuth?

2010-11-26 Thread m36tb6ll
Hi! I am a newbie in the field and am working on my first twitter web app. I have created a variable loop timer using rate_limit_status which works well in maximizing the usage of the twitter API without going over the hourly limits. Now that I have incorporated OAuth, I was expecting to see the

[twitter-dev] Re: How to fetch all followers of a random user of twitter?

2010-11-26 Thread m36tb6ll
Hi. If it would help. I just created a web app using http://api.twitter.com/1/statuses/followers.json and made a loop using a variable delay time using http://api.twitter.com/1/account/rate_limit_status.json so as to avoid going over the limits. It allowed me to fetch approximately 15000 (100

Re: [twitter-dev] Not able to get request token

2010-11-26 Thread Igor Kharin
Well, I see. First of all oauth_signature is HMAC hash of your properly encoded query parameters, not oauth_token_secret. The idea is that only your app and Twitter may know it. Don't ever send it! Request token is like an authorization session ID, which you would exchange for an access token

[twitter-dev] callback url

2010-11-26 Thread deepa
hi... can any one suggest format of twitter callback url Please i need this urgently regards, deepa -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Error creating tweets by API

2010-11-26 Thread Igor Kharin
http://apiwiki.twitter.com/w/page/22554652/HTTP-Response-Codes-and-Errors 400 Bad Request: The request was invalid. An accompanying error message will explain why. This is the status code will be returned during rate limiting. 401 Unauthorized: Authentication credentials were missing or

[twitter-dev] twitter_tweets_are_not_updating_in_my_site

2010-11-26 Thread bujji
hello Twitter Development Talk, I have developed one rails project to display the tweets in my site of selected people and I am using 'grackle' ,previously the tweets are updating properly,but now suddenly the tweets are not updating properly and it is showing old tweets,I don't

[twitter-dev] Twitter API

2010-11-26 Thread Tom Callahan
Hi All, I am trying to develop a platform where I can allow people to login add multiple twitter accounts. They will be able to post tweets, view posted tweets, view tweet replies etc. I came to know that Basic Authentication has been stopped for Twitter API so I am using oAuth to connect to

Re: [twitter-dev] Not able to get request token

2010-11-26 Thread deepa nagaraj
hi rajat... even me to was getting 401 error.. but its resolved.. during registering your application to twitter you need to give callback url... like http://localhost:8080. i have done this using java... so my code is: String CallbackURL= http://localhost:8080/tweetproj/index.jsp;; where

[twitter-dev] Twitter OAuth on Wampserver

2010-11-26 Thread computergenius
Is it possible to use Wampserver to test OAuth? I can get basic OAuth to work on-line (on a real domain) but I can only debug PHP on my local Windows computer using Wampserver. At the moment, I can't see how to Register an Application, because the domain name only exists on my local computer, I

[twitter-dev] Twitter library for Lua

2010-11-26 Thread Linus Sjögren
Just thought I'd tell you guys about by Twitter library for Lua. https://github.com/TheLinx/ltwitter It's pretty easy to use. You create a client instance, and start calling the API functions. Here's an example using the login methods: require(twitter) myclient = twitter.client(consumer key,

[twitter-dev] Trends data not updating for woeid = 4118 (Toronto) since Nov 22

2010-11-26 Thread Ian Irving
polling http://api.twitter.com/1/trends/4118.json has been returning the same data set since ~ Nov 22 in fact the data set reports as_of: 2010-11-26T20:18:43Z created_at: 2010-11-22T22:13:28Z I've retrieved a few other locations and not seen a problem. -- Twitter developer documentation and

Re: [twitter-dev] Re: How to fetch all followers of a random user of twitter?

2010-11-26 Thread Edward Hotchkiss
dude just use oauth, 5000 per call ids/followers is the method. look it up. On Nov 26, 2010, at 3:04 AM, m36tb6ll wrote: Hi. If it would help. I just created a web app using http://api.twitter.com/1/statuses/followers.json and made a loop using a variable delay time using

Re: [twitter-dev] Twitter API

2010-11-26 Thread Edward Hotchkiss
save the token in a db. On Nov 26, 2010, at 7:20 AM, Tom Callahan wrote: Hi All, I am trying to develop a platform where I can allow people to login add multiple twitter accounts. They will be able to post tweets, view posted tweets, view tweet replies etc. I came to know that Basic

Re: [twitter-dev] Twitter OAuth on Wampserver

2010-11-26 Thread Edward Hotchkiss
you can use command line oauth with access tokens on a per user basis. On Nov 26, 2010, at 9:01 AM, computergenius wrote: Is it possible to use Wampserver to test OAuth? I can get basic OAuth to work on-line (on a real domain) but I can only debug PHP on my local Windows computer using

Re: [twitter-dev] twitter_tweets_are_not_updating_in_my_site

2010-11-26 Thread Edward Hotchkiss
more details. On Nov 26, 2010, at 6:52 AM, bujji wrote: hello Twitter Development Talk, I have developed one rails project to display the tweets in my site of selected people and I am using 'grackle' ,previously the tweets are updating properly,but now suddenly the

Re: [twitter-dev] Error creating tweets by API

2010-11-26 Thread Luis Victor Quintas
The API is not timed with, and still returns error 400! 404 returns in a few moments ... If I try to publish a tweet with other text, works perfectly. It may have been blocked? Regards, Luís Victor Quintas 2010/11/26 Igor Kharin igorkha...@gmail.com

Re: [twitter-dev] collecting tweet message ids

2010-11-26 Thread Edward Hotchkiss
next_cursor_str it's paginated. On Nov 26, 2010, at 12:07 AM, Rajinder Yadav wrote: Hi I would like to know how I can go about retrieving all the tweet message ids from a user's timeline? I am using the user_timeline to get the message ids, is there a better faster way? The following

Re: [twitter-dev] callback url

2010-11-26 Thread Edward Hotchkiss
probably the url that ... you are 'calling back to'. your app. On Nov 26, 2010, at 6:14 AM, deepa wrote: hi... can any one suggest format of twitter callback url Please i need this urgently regards, deepa -- Twitter developer documentation and resources:

Re: [twitter-dev] Error creating tweets by API

2010-11-26 Thread Edward Hotchkiss
you should always query your rate limit count on initialization of an app/process. it's in the api ... On Nov 26, 2010, at 4:11 PM, Luis Victor Quintas wrote: The API is not timed with, and still returns error 400! 404 returns in a few moments ... If I try to publish a tweet with other

[twitter-dev] lang=en queries to search API not working

2010-11-26 Thread steve
This reproduces even on http://search.twitter.com. If you try to filter to en only results you get back 0 items for most queries. Select try all languages from the search portal or remove lang=en from your API query and you get results for your queries (most of which are in english.) What's

Re: [twitter-dev] Error creating tweets by API

2010-11-26 Thread Andy Matsubara
Twitter returns error when you submit duplicate tweets. I guess it is your case. Andy Matsubara On Sat, Nov 27, 2010 at 6:11 AM, Luis Victor Quintas luisvictorquin...@gmail.com wrote: The API is not timed with, and still returns error 400! 404 returns in a few moments ... If I try to

Re: [twitter-dev] Geocoded searches broken

2010-11-26 Thread Hrishikesh Bakshi
I am facing the same issue. I tried from different IP addresses just to make sure. I met more people on IRC with the same problem. I get the exact same warning each time. warning: adjusted since_id to 8376324073257984 due to temporary error On Fri, Nov 26, 2010 at 1:53 PM, Mack D. Male