[twitter-dev] Skip the Return Values page after sending a tweet?

2010-03-20 Thread T
Forgive me if this isn't the right place to post, but I can't seem to find any answers to my question and i'm still pretty new to this. After integrating Twitter into my website, whenever i publish a tweet (from my website) i get sent to a page with return values. The tweet gets sent fine, but I

[twitter-dev] Max tweet ID

2009-12-06 Thread ESPR!T
Hi, I have used the search for tweets newer then some tweet id (cron job accessing the search and getting all tweets containing some word which id is more then previous one) but looks like it doesn't work for me correctly anymore. I have modified my application a little week ago but I didn't

[twitter-dev] exception 403 on status update

2011-06-08 Thread Gang T
Hi there, Could you please tell us in which cases the exception 403 will be thrown on status update? Your help are appreciated. Best, Gang -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] API: get current status won't show the latest update

2011-06-09 Thread Gang T
Hi there, I am trying to get the latest status update through API, and figured out that the API won't return the latest update until couple minutes later. Here are the steps I tried: 1. get input from user 2. get the latest status update through rest API (I tried account/ verify_credentials,

[twitter-dev] Twitter trends

2011-07-11 Thread Mohit T
Hi there, I am doing research on how the gold prices in the market are affected by number of tweets. Hence does anybody know how I can get data on how many times gold is tweeted (preferably to lowest frequency, maybe 1 minute) or even 1 hour? If anybody can help me I would appreciate it very

[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
a connection to the Streaming API (filter stream) and count the amount of incoming tweets. More information onhttp://dev.twitter.com/ Tom On 7/11/11 12:22 PM, Mohit T wrote: Hi there, I am doing research on how the gold prices in the market are affected by number of tweets. Hence

[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
of that information over the past years, but you can't do it with the tools Twitter gives you. Tom On 7/11/11 5:47 PM, Mohit T wrote: Say if I do not want streaming but I want historical tweets since creation of twitter? Is this possible? On Jul 11, 2:11 pm, Tom van der Woerdti...@tvdw.eu  wrote

[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
is to use the streaming api (which will simply send all these tweets to you). I'm afraid I cannot reach dev.twitter.com atm - look for Streaming or filter.json. Tom On 7/11/11 3:08 PM, Mohit T wrote: You will have to break it down further. Sorry I am new to this area and my programming

[twitter-dev] historical twitter tweets

2011-07-11 Thread Mohit T
Hi there, Does anybody know how I can get access to historical tweets maybe for one year. So I can use these tweets and search for a keyword? Best wishes. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] Re: historical twitter tweets

2011-07-11 Thread Mohit T
That is a shame, I seen companies which give graphs for 1 months twitter trends for a specific word, does anybody know any further back?? On Jul 11, 5:10 pm, Scott Wilcox sc...@dor.ky wrote: Not possible at present. On 11 Jul 2011, at 17:02, Mohit T wrote: Hi there, Does anybody know how

[twitter-dev] Please help. Cannot get verify_credentials.xml to work with seemingly correct request

2009-12-25 Thread Eric T. Peterson
Folks, For some reason I ** cannot ** seem to make a request for /account/ verify_credentials.xml via an ASP-based request. I'm using Server.CreateObject(Microsoft.XMLHTTP) and generating the following URL:

[twitter-dev] Re: twitter api throwing lots of technical errors

2010-10-07 Thread Eric T. Peterson
We are seeing same at Twitalyzer. Seems to be isolated to the search API but we haven't had a chance to dig in. The problems seem to be correlated to Twitter's announcement of the new search platform as well. Anyone else seeing lower rate limits on the search API last few days? @erictpeterson

[twitter-dev] I would like to automatically reply from a twitter account to every @mention

2011-05-22 Thread Tex S T
The application I want to develop would reply to every @mention. For now, a simple reply of Yes? would do, but I am hoping that I can reply with a URL appended with the Twitter ID# that has been shortened, along with content from the originating tweet. I have rudimentary Ruby, Python and