[twitter-dev] geotagging

2011-04-03 Thread Nassr zied
Hello, I'm building a twitter client with windows phone 7 and i want to localizate a tweet .. does anyone has ideas and help! Thanks Nassr Zied -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Twitter search api rate limit

2011-04-03 Thread sduffer
Hi Team, I am using grackle client to retrieve results from search api of twitter. i am passing oauth parameter to retrieve 350 requests per hour. Though I am doing it right it still retrieves me only 150 requests per hour. I tried to verify account/verify_credentials and found i am passing the

[twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Digga
How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream, 2, \n))) { What would be the best way to put that on a cron job, will this go infinite if I put it on a schedule, or do I need to run the

[twitter-dev] Re: consistency and ecosystem opportunities

2011-04-03 Thread onuekwusi chidi
If you are an existing developer of client apps, you can continue to serve your user base, Twitter has to revoke literally hundreds of API tokens / apps a week as part of our trust and safety efforts, in order to protect the user experience on our platform. Does this mean twitter is no longer

[twitter-dev] oAuth problems with GET params - Incorrect Signature

2011-04-03 Thread estrazulas
After autentication using oAuth Adapter (http://developer.appcelerator.com/blog/2010/07/twitter-oauth-implementation-for-titanium-mobile.html), i need use verify_credentials method. This method require GET params. I change code here: var params = ?true=1; for (var p in parameterMap) {

[twitter-dev] Please help me

2011-04-03 Thread Johan Lim
I've got an error in my twitter client, it showing : Twitter timed out Dabr gave up on waiting for Twitter to respond. They're probably overloaded right now, try again in a minute. 6:Couldn't resolve host 'api.twitter.com'. See it at my website http://wassabi.co.tv/tweet/oauth How to resolve it?

Re: [twitter-dev] Twitter Streaming Question ...Automating getting by KW - Cron Job

2011-04-03 Thread Augusto Santos
User http://code.google.com/p/phirehose/ as deamon. No cron job needed. On Sun, Apr 3, 2011 at 2:05 AM, Digga digga...@gmail.com wrote: How should I set up a cron job for twitter stream? I have a php file that consumes and adds data to database ... f(! ($line = stream_get_line($instream,

[twitter-dev] Can you search for tweets linking to any page within a domain?

2011-04-03 Thread Daniel Choi
Say I have a website at http://instantwatcher.com and I want to search for all tweets, including ones condensed by TinyURL, that link to any URL within this domain. Is this possible, and if so how can I do it? Thank you. -- Twitter developer documentation and resources:

[twitter-dev] need twitter spam for a research project

2011-04-03 Thread Jeff Tucker
I'm conducting a research project involving proactively identifying twitter spam accounts before they actually start spamming. I've observed that some spammers attempt to create tweets that look like they're a legitimate account prior to actually sending spam and my project is to be able to

Re: [twitter-dev] need twitter spam for a research project

2011-04-03 Thread Adam Green
It depends on what type of spam you are looking for. Do you mean tweet spam, follow spam, or DM spam? For tweet spam, use search.twitter.com and look for words that have commercial value. To get spam followers, create a test account and tweet with those same words. They'll find you. For DM spam,

[twitter-dev] Twitter Rate-limiting on the statuses/friends list?

2011-04-03 Thread A. Kumar
Hi, I am building a web application using sign-in with twitter and upon signed in I am showing user's friends followers. It's not another twitpic like service but in the vertical market (CRM space). Since sign-in process api calls are authenticated hence will be charged to the respective

RE: [twitter-dev] Twitter Rate-limiting on the statuses/friends list?

2011-04-03 Thread Tatham Oddie
Just because it doesn't require authentication doesn't mean you can't auth anyway. -- Tatham Oddie au mob: +61 414 275 989, us cell: +1 213 280 3556, skype: tathamoddie If you're printing this email, you're doing it wrong. This is a computer, not a typewriter. From:

Re: [twitter-dev] need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 18:19:38 -0700 (PDT), Jeff Tucker fred.f.cho...@gmail.com wrote: I'm conducting a research project involving proactively identifying twitter spam accounts before they actually start spamming. I've observed that some spammers attempt to create tweets that look like they're a

Re: [twitter-dev] X-Ratelimit-Reset, Retry-After, and what the actual values mean

2011-04-03 Thread Arnaud Meunier
Hey Tom, You probably want to pay the most attention to the X-RateLimit-Remaining header, which is the number of requests you can make before being rate-limited. It's a good practice to monitor this value and throttle your requests if necessary. The X-RateLimit-Reset timestamp indicates when

Re: [twitter-dev] data-related question

2011-04-03 Thread Arnaud Meunier
Hey Steve, No suggestion will be made if the user tweeting is already following you. Cf http://dev.twitter.com/pages/tweet_button#related By the way, your account is already going to be shown, thanks to the data-via parmeter. There's no need to use data-related in your case. Arnaud / @rno

[twitter-dev] Re: need twitter spam for a research project

2011-04-03 Thread John Sheehan
You can use my account as an example. I'm currently getting between 50 and 150 follow spams per day for the last 3 weeks. Here's a graph that demonstrates the 'attack' http://screencast.com/t/xl7zcgdYI If you have any other questions, I'm @johnsheehan and can be reached via email same user

Re: [twitter-dev] Twitter search api rate limit

2011-04-03 Thread Arnaud Meunier
Search API rate limiting is not handled like other endpoints of the REST API. As explained on http://dev.twitter.com/pages/rate-limiting#search, the Search Rate Limit isn't made public to discourage unnecessary search usage. Concerning the User-Agent, use something like Your App Name - Version

Re: [twitter-dev] Re: need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 21:34:54 -0700 (PDT), John Sheehan johnshee...@gmail.com wrote: You can use my account as an example. I'm currently getting between 50 and 150 follow spams per day for the last 3 weeks. Here's a graph that demonstrates the 'attack' http://screencast.com/t/xl7zcgdYI If you