[twitter-dev] Http Response code handling

2011-02-22 Thread zaver
Hello, I am using the search api with multiple keywords (120 keywords) using curl (curl_multi_init etc.), querying the api every 5 mins and i need some help on how to handle some of the response codes. Specifically: 420 - i get this error on some of my keywords not all. Does this mean that i am

[twitter-dev] Add tweets with ASP classic

2011-02-22 Thread mcasfer
Hello I need to insert new tweets since a ASP page. Now twitter requires OAuth, but I don't find how. What would the code now? How to get the token secret? What has to be in the OAuth callback page URL? Very thanks for your help. -- Twitter developer documentation and resources:

[twitter-dev] Re: Deprecation of the email parameter for users/show

2011-02-22 Thread Søren Bramer Schmidt
The issue is marked as WontFix, but comment 71 mentions the existence of a closed beta. Any info on this? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Twitter Session Expires

2011-02-22 Thread RaviMudaliar
Hi All, I have built an application with twitter, everything work well. 1. I am able to fetch updates 2. Import contacts 3. Post tweets The problem I am facing is with token, My token expires in 3 Days and I am not able to fetch updates. So how do I get a lifetime token with twitter API. Am I

[twitter-dev] Rate limit on streaming api since last week?

2011-02-22 Thread PanMan
Hi! Last week I did some tests by getting some tweets from the streaming API by filter with a few high-trafic keywords. Last week we were getting between 10 and 20 tweets per second. This week we are 'only' getting about 4 a second. At this moment I can see at least about 10/second new results on

Re: [twitter-dev] Re: #newtwitter and the API

2011-02-22 Thread Yusuke Yamamoto
Hi, Any estimation of the #newtwitter API doc availability? -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Dec 15, 2010, at 23:58 , Yusuke Yamamoto wrote: Got it.

[twitter-dev] custom share button and following - works for one twitter user but not for another

2011-02-22 Thread KennyB
Hi, When I share my page with the related url param as 'schoolsserve:Schools Fight Hunger', I am asked if I want to follow schoolsserve after sharing the suggested text. When I only change the related url param to be 'schoolsvhunger:Schools Fight Hunger' (no other changes), I am not asked if I

[twitter-dev] Problem on search

2011-02-22 Thread Enrico Miglino
Hi, I'm creating an app based on QT that show with low frequency (12 times per hour) the updated of a set of five different twitter users. This app don't need that the user is registered in twetter, he should only see these five users posts. I tried to use the twitter search api using the clause

Re: [twitter-dev] Problem on search

2011-02-22 Thread Taylor Singletary
Hi Enrico, You may want to look into using the Streaming API's follow feature: http://dev.twitter.com/pages/streaming_api_methods#follow as it's often a better fit than repeated polling to the Search API. With the search API you could format your query as: from:user1 OR from:user2 OR from:user3

[twitter-dev] block tool?

2011-02-22 Thread Dean Collins
Anyone know of a Twitter block tool? Looking for something that can extract all of the twitter accounts that I've blocked for one of my twitter accounts and then import it into another twitter account I have? Sounds like the ideal use of an API - is this something that is available free or

[twitter-dev] OAuth and POSTING

2011-02-22 Thread floydus
Hi all, many Twitter Api for .NET don't have implemented update_profile method... I'm stuck, it's been two full days at work trying to find out how to call that function on twitter. Here's the URl in twitter's documentation for that method -- http://dev.twitter.com/doc/post/account/update_profile

[twitter-dev] Android Intent and URL shorterning

2011-02-22 Thread Joseph
Hi First off, I am able to successfully call to the official app with my crafted Intent. My issue is about preventing urls that I pass in the EXTRA_TEXT field of the intent from being converted to bitly-shortened links. I am using my own url shortening service and would prefer for my urls to be

[twitter-dev] Sharing a link on Twitter via an email

2011-02-22 Thread ReapMarketing
I am running an email campaign and my developer is having issues with getting the link to share on Twitter. The links are user specific and contain necessary scripts on the tail end that cannot be removed for campaign tracking purposes so the link ends up being over the character limit. Is it

[twitter-dev] Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread John Kalucki
Please change your Site Streams beta clients to point to sitestream.twitter.com and not to betastream.twitter.com. We'll continue to support betastream.twitter.com for several weeks. This is more of a clean-up step. Thanks, -John Kalucki http://twitter.com/jkalucki Twitter, Inc. -- Twitter

[twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread John Kalucki
Note that Site Streams is still in a beta test. We're just moving endpoints around for other projects. Sorry for any confusion. -John On Tue, Feb 22, 2011 at 2:15 PM, John Kalucki j...@twitter.com wrote: Please change your Site Streams beta clients to point to sitestream.twitter.com and not

[twitter-dev] Problem with posting info to twitter account

2011-02-22 Thread Mike Jones
Does anyone know why I get a bunch of + symbols instead of spaces when I use this code that shoots my intranet posting to my twitter account? ? function tweet($status){ // Insert your keys/tokens $consumerKey = ''; $consumerSecret = ''; $OAuthToken = '-';

[twitter-dev] Re: Sharing a link on Twitter via an email

2011-02-22 Thread Juan [@pottersys]
You can give a look at Build your own Tweet button ( http://dev.twitter.com/pages/tweet_button#build-your-own ) , as you can set the URL to share as a GET parameter (that later will get 't.co'-ized). The only problem I could foresee is that the Share window won't open as a pop-up. On Feb 22, 6:22 

Re: [twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread Yusuke Yamamoto
Hi, Is the new endpoint https://stream.twitter.com/2b/ ? or https://stream.twitter.com/2/? -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at : http://samuraism.jp/ On Feb 23, 2011, at 07:23 ,

[twitter-dev] Re: /statuses/filter.json returns 401 with OAuth

2011-02-22 Thread Josiah Carlson
Does no one else use /statuses/filter.json? Has no one gotten it to work with OAuth? - Josiah -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Re: Site Streams Beta - Endpoint change to sitestream.twitter.com

2011-02-22 Thread Yusuke Yamamoto
Oops, I was pointing stream.twitter.com instead of sitestream.twitter.com. http://sitestream.twitter.com/2b/ works fine. Thanks, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto subscribe me at :

Re: [twitter-dev] Problem with posting info to twitter account

2011-02-22 Thread Abraham Williams
Try not urlencode()ing the text of the tweet. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email

[twitter-dev] Twitter4J 2.2.0 released - refactored and slimmer than ever

2011-02-22 Thread Yusuke Yamamoto
Hi all, Twitter4J is an unofficial, open-sourced, mavenized and Google App Engine/Android ready Java library for the Twitter API released under the Apache License 2.0. I'm pleased to announce the immediate availability of Twitter4J version 2.2.0. The core jar file has been slimmed down from

Re: [twitter-dev] Re: /statuses/filter.json returns 401 with OAuth

2011-02-22 Thread Matt Harris
Hi Josiah, OAuth is working fine in my tests of the Streaming API. If you are getting errors double check you are encoding the commas correctly in your basestring. For example, if your track terms were: track=twitter,twitter api,twitterapi The basestring should include:

Re: [twitter-dev] Http Response code handling

2011-02-22 Thread Matt Harris
Hi Zaver, A 420 response from the Search API means you have been rate limited. What you should do is stop making requests and then try again 30 seconds later. If you still get 420, wait 1 minute. Continue doubling the time you wait until the 420 stops and you get results. Then gradually increase

Re: [twitter-dev] Http Response code handling

2011-02-22 Thread Umashankar Das
Hi Matt, Do the failed requests count [one's with 420 response] into the tally for the next hour? Regards Umashankar Das On Wed, Feb 23, 2011 at 12:41 PM, Matt Harris thematthar...@twitter.comwrote: Hi Zaver, A 420 response from the Search API means you have been rate limited. What you