[twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-12 Thread Tjaap
Hi Glenn, Sounds like a good idea. It would be nice to have some sort of monitoring on the API. It would make it easier to determine where something is going wrong. Someone just mentioned http://api-status.com/ which seems to go into the direction you propose, even for several APIs. Also see

[twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-12 Thread Tjaap
John, can you already tell us something about the latency issue? Is it your opinion that the many connect failures I am seeing are something on my end? Or could that be correlated with the timeouts? Thanks, Jaap

[twitter-dev] Re: oauth and embedded microcontrollers

2010-05-12 Thread glenn gillen
oAuth is a big burden for microcontroller based devices like this - OAuthcalypse will probably simply kill this app.  It seems like way too much overhead to push oAuth code into this little chip.  oAuth alone would probably exceed all the rest of the application code on the device combined.

Re: [twitter-dev] TTYtter OAuth public beta

2010-05-12 Thread M. Edward (Ed) Borasky
On Tuesday, May 11, 2010 07:47:15 pm Cameron Kaiser wrote: For those who are looking for command line tools to talk to Twitter after the OAuthcalypse, the TTYtter 1.1 public beta is now available. Besides its chief role as a 100% text interactive client, it also can be scripted and passed

[twitter-dev] filter stream with follow predicate

2010-05-12 Thread Alam Sher
Is filter stream working fine with follow predicate. My application is keep resetting the connection again and again and even on curl connection drops just after it is created. Thanks, Alam Sher

[twitter-dev] which PHP libraries will still be ok to use with OAuth (Jun 30th)

2010-05-12 Thread alex
Hi guys, Now that twitter will deprecate the the Basic Auth and OAuth will be the standard ( http://apiwiki.twitter.com/OAuth-FAQ#WhenareyougoingtoturnoffBasicAuth ) which PHP libraries in this list http://dev.twitter.com/pages/libraries#php are ok to use? (Also, which one do you consider to

[twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread alex
I'm confused: - here it says that there's a limit on direct messages URL: http://help.twitter.com/entries/15364 In the documentation page for this method you have : API rate limited false: URL: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-direct_messages new Here it says

[twitter-dev] Re: Introduce yourself!

2010-05-12 Thread a...@topyapps.info
Hi, my name's Alex and I'm a software developer in London. I just launched http://topytalk.com - a Twitter talk-oriented timeline On May 9, 3:06 pm, Georgios kapero...@gmail.com wrote: Hey all My name is Georgios (@georgioskap) and I have been developing on the Twitter API for the last 6

[twitter-dev] Re: Using @anywhere and the Twitter Search Widget

2010-05-12 Thread Daniel Bentes
What is the status on this? It happens all the time for me... On May 10, 8:14 am, Elenor elenor@gmail.com wrote: I get this as well. It happens in Safari (4.0.5) and Chrome (5.0.375). It's not just with the search widget though, it happens inhttp://platform.twitter.com/anywhere.jswhen you

[twitter-dev] Re: What tools do you use?

2010-05-12 Thread a...@topyapps.info
Hi there, I'm Alex - the creator of http://topytalk.com - a Twitter talk-oriented timeline My software stack is that : Windows Web Server 2008, IIS 7, .Net/c# 2.5, MemCached, MySql 5.1, TweetSharp library In the future I want to migrate MemCached to Redis and use Linux/Mono for the services

[twitter-dev] Help whitelist my ip

2010-05-12 Thread a...@topyapps.info
Hi, I'm waiting for a response regarding ip/account whitelisting for about a week now. I've first filled in the required form, then after several days emailed to a...@twitter.com, got a reply suggesting to fill the form again, did it 2 days ago. I run http://topytalk.com - a talk-oriented

Re: [twitter-dev] Re: Malformed XML in some Atom feeds...

2010-05-12 Thread Brandon Stone
From what I can see, it looks like this is fixed now. Thanks! -Brandon On Mon, May 10, 2010 at 9:46 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Claudia, Looks like I was mistaken and this bugfix hasn't hit the server yet. It should go out sometime early this week.

Re: [twitter-dev] TTYtter OAuth public beta

2010-05-12 Thread Cameron Kaiser
For those who are looking for command line tools to talk to Twitter after the OAuthcalypse, the TTYtter 1.1 public beta is now available. Besides its chief role as a 100% text interactive client, it also can be scripted and passed arguments to serve as a tool in shell scripts and cron

[twitter-dev] I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
I have the access_token with no problem, so now I have my oauth_token and my oauth_token_secret, but every time I want to update my status I get a 401... what am I doing wrong? Here's my signature base string: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.xml

Re: [twitter-dev] I can't get update status using xAuth to work :(

2010-05-12 Thread Cameron Kaiser
I have the access_token with no problem, so now I have my oauth_token and my oauth_token_secret, but every time I want to update my status I get a 401... what am I doing wrong? Here's my signature base string: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.xml

[twitter-dev] Exception::twitter4j.TwitterException: twitter.com

2010-05-12 Thread vikas nirwal
Hi All, i am facing these all given below exceptions in java while i am wanting to use API (latest Tweet) in my JAVA application which can be found on link http://www.packtpub.com/article/swinging-tweeting-build-custom-application-twitter-java netbeans#comment-707.. Basically in my opinion

[twitter-dev] read/write vs read-only oauth - usability issue

2010-05-12 Thread a...@topyapps.info
Hi, creating a consumer tokens for my app as of now implies that the app uses either read-only or read/write access to user accounts. But many apps (mine included - http:topytalk.com) have rich functionality in both read-only mode and read/write mode. the app could earn additional trust if the

[twitter-dev] Re: I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
Hello Cameron, thanks for your tips. I fixed my signature base string (concatening string suck!). You were also right about the return message, I get a Incorrect signature. I have a couple of questions... why do you say my status is not encoded correctly? it workrd for every other string I have

Re: [twitter-dev] Re: I can't get update status using xAuth to work :(

2010-05-12 Thread Cameron Kaiser
Hello Cameron, thanks for your tips. I fixed my signature base string (concatening string suck!). You were also right about the return message, I get a Incorrect signature. I have a couple of questions... why do you say my status is not encoded correctly? it workrd for every other string I

[twitter-dev] Re: which PHP libraries will still be ok to use with OAuth (Jun 30th)

2010-05-12 Thread Jonathon Hill
The message we got at Chirp was that *none* of them do everything exactly right, so you still need to understand how OAuth works. Jonathon Hill Company52 @compwright On May 12, 7:38 am, alex alex.urdea.fi...@gmail.com wrote: Hi guys, Now that twitter will deprecate the the Basic Auth and

[twitter-dev] Need some help in OAuth.

2010-05-12 Thread Rushikesh Bhanage
Hi there, Thank you for your reply. Now I am getting rate limit status using OAuth (new version). Now moving towards my problem. As my app(uses rest api) provides user his followers info filtering spam ones which needs lot of calls so I white listed two accounts.Suppose a user has more

Re: [twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread Taylor Singletary
Rate limits and limits on particular actions are different. We could do better in providing a X-FeatureRateLimit header on tweets and DMs and the such that have their own issuance limit -- but I can imagine potential performance issues with that. Rate limits provide a ceiling on the amount of API

Re: [twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-12 Thread Taylor Singletary
You might want to take a look at the service that Apigee provides at apigee.com, Glenn. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, May 11, 2010 at 1:21 AM, glenn gillen gl...@rubypond.com wrote: On May 11, 4:45 am, John Kalucki j...@twitter.com wrote:

Re: [twitter-dev] filter stream with follow predicate

2010-05-12 Thread John Kalucki
Are you created multiple connections with the same account or more than a small number of connections in total? If so, each new connection may disconnect older connections. Are you respecting the back-off policy in the face of HTTP error codes? If not, you'll get locked out. Otherwise, look at

Re: [twitter-dev] Re: oauth and embedded microcontrollers

2010-05-12 Thread John Kalucki
Why not have the controller proxy through a full-featured webserver that can oAuth in to Twitter? -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Wed, May 12, 2010 at 2:03 AM, glenn gillen gl...@rubypond.com wrote: oAuth is a big burden for microcontroller based

[twitter-dev] Re: I can't get update status using xAuth to work :(

2010-05-12 Thread @sebagomez
GOT IT! Thanks! On May 12, 10:40 am, Cameron Kaiser spec...@floodgap.com wrote: Hello Cameron, thanks for your tips. I fixed my signature base string (concatening string suck!). You were also right about the return message, I get a Incorrect signature. I have a couple of questions...

Re: [twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-12 Thread John Kalucki
It's probably on our end. I'll post some advice. On Wed, May 12, 2010 at 12:24 AM, Tjaap jdmeij...@gmail.com wrote: John, can you already tell us something about the latency issue? Is it your opinion that the many connect failures I am seeing are something on my end? Or could that be

[twitter-dev] @anywhere in Safari4/Mac - wont work

2010-05-12 Thread Felix Kunsmann
Hello, I'm trying to use @anywhere hovercards in my Blog (Link below). It seems that Safari is blocking all requests to Twitter, so is there a way to fix that (or to duplicate hovercard functionality)? Error Log: jquery.min.js:130:XHR finished loading:

Re: [twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread alex urdea
Thanks for your answer. One more: is the 250 MD limit increased if the application is whitelisted? Or does the whitelist concernt the rates only? Thanks On Wed, May 12, 2010 at 5:15 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Rate limits and limits on particular actions are

[twitter-dev] Ongoing latency issue: A few observations and suggestions

2010-05-12 Thread John Kalucki
The latency issue we've all been observing over the last week is ongoing this morning. The issue is being handled as a high-priority incident with company-wide visibility. Some advice based on observations made over the last three peak time periods: * Ensure that all of your requests have some

[twitter-dev] Re: Slow response to twitter updates for a third party app

2010-05-12 Thread Aaron Rankin
FWIW, our application has been experiencing these same issues for several weeks now. I've seen repeated overcapacity errors being returned (the too many tweets HTML page) on both GET and POST requests. I don't have specifics on likely times of the day, though US Central nighttime seems much less

Re: [twitter-dev] did they lift the limits on direct messages?

2010-05-12 Thread Taylor Singletary
Hi Alex, Whitelisting only effects API call rate limiting -- so the answer to your question is no. T On Wed, May 12, 2010 at 8:35 AM, alex urdea alex.urdea.fi...@gmail.comwrote: Thanks for your answer. One more: is the 250 MD limit increased if the application is whitelisted? Or does the

[twitter-dev] Whitelist Limits for Direct Messaging

2010-05-12 Thread Mo
I'm trying to find a reliable source for whitelist limits for Direct Messaging. I looked through the direct messaging limits and best practices for individual services? thread - http://bit.ly/cLVv1Q but there weren't any authoritative descriptions of whitelist limits. What I'm looking for is:

[twitter-dev] Re: Need clearer explanation of using a single oauth token

2010-05-12 Thread Glenn
This was exactly what I needed to be pointed to. Thank you so much. On May 10, 5:41 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: And you can get the Access Token (oauth_token and oauth_token_secret) corresponding to your own user account for your own application by navigating to

Re: [twitter-dev] Whitelist Limits for Direct Messaging

2010-05-12 Thread Taylor Singletary
To my knowledge (and I might be wrong, but this is what I understand to be true): - there is a limit of 250 DMs per day for a user account, blanketly applied. Whitelisting for an application has no effect on this limit. This isn't an API limit. It's a limit for a Twitter user. A twitter user

[twitter-dev] Re: did they lift the limits on direct messages?

2010-05-12 Thread Mo
Hi Taylor, This is different than what Doug Williams stated in this post - http://bit.ly/cLVv1Q Whitelisted users have a direct messaging limit of 5K messages per day. What I'm still not clear on, though, is how user is being defined. Is the user the app owner or the someone using the app?

[twitter-dev] Story on Twitter and Google

2010-05-12 Thread James Zipadelli
If anyone is interested, I wrote a story about Twitter and Google that was finally posted yesterday on digitalmediabuzz.com. Thank you Ed Borasky for your imput. However, I still have yet to hear anything from Twitter. Hint hint. Let me know if you have any questions. James

Re: [twitter-dev] which PHP libraries will still be ok to use with OAuth (Jun 30th)

2010-05-12 Thread Abraham Williams
I know that my own (TwitterOAuth) and @jmathai's are both OAuth enabled. There are probably others but these are the two I hear about people using the most. http://github.com/abraham/twitteroauth http://github.com/jmathai/twitter-async Abraham On Wed, May 12, 2010 at 04:38, alex

Re: [twitter-dev] Re: did they lift the limits on direct messages?

2010-05-12 Thread Abraham Williams
I read Doug's email as any account that is specifically whitelisted has 5k DM and that DMs are not effected by IP whitelisting. Abraham On Wed, May 12, 2010 at 09:21, Mo maur...@moluv.com wrote: Hi Taylor, This is different than what Doug Williams stated in this post - http://bit.ly/cLVv1Q

Re: [twitter-dev] Background Image twitteroauth library

2010-05-12 Thread Abraham Williams
Images are not supported in the current version. Look for the next beta soon. Abraham On Tue, May 11, 2010 at 22:08, Eric eric.gaygesh...@sbcglobal.net wrote: Hi Everyone, I'm attempting to use the twittoauth library by Abraham Williams and am having a little trouble. I am able to

Re: [twitter-dev] retweets of retweets

2010-05-12 Thread Abraham Williams
Twitter does not handle classic retweets any different from standard tweets. They have no representation of being a retweet other then containing the originators name and showing up as a mention. As such they will not show up in any of the retweet API methods unless someone natively retweets them.

[twitter-dev] Re: did they lift the limits on direct messages?

2010-05-12 Thread Mo
Does that mean if @account has a whitelisted app, 5000 messages/day can be sent through that app, but each app user (say @user_of_account) only gets 250/day? If so, is the 100 DM/hour limit the same for both @account and @user_of_account, or is there a different hourly limit for @account? -Mo

[twitter-dev] Twitter xAuth with Chilkat Hail Mary - Internal Server Error (500)

2010-05-12 Thread Peter Cross
Greetings, Can anyone spot what I'm doing wrong here? I've been busting my head on it for way too many hours. Any help much appreciated! -ZPC = HTTP Requirements: * You are using POST * You are using SSL *

[twitter-dev] Issues getting started with xAuth

2010-05-12 Thread DWF
We're trying this out now think we're approved. But we're still seeing 401s when requesting a user token. (username password hidden with XX below) Here's our base string: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Faccess_tokenoauth_consumer_key%3DWFKpuxJsIdVbesPtUAN6w

Re: [twitter-dev] Issues getting started with xAuth

2010-05-12 Thread Taylor Singletary
Just eyeballing this: your POST body is over-URL encoded. Your POST body should be simply: x_auth_username=Xx_auth_password=Xx_auth_mode=client_auth But the values of each key should be URL escaped (so if there's an email address, username, or password with non-URL safe characters, they

[twitter-dev] Re: Help whitelist my ip

2010-05-12 Thread Brian Sutorius
Sorry for the delay. Your whitelist request has been processed and you should receive an email from us soon. Brian Sutorius On May 12, 5:34 am, a...@topyapps.info a...@topyapps.info wrote: Hi, I'm waiting for a response regarding ip/account whitelisting for about a week now. I've first filled

[twitter-dev] Passing OAuth Access Key/Secrets between Our Mobile Web Apps?

2010-05-12 Thread tsmango
I'd like to run something past everyone to make sure I'm not missing something obvious that would make what I'm thinking of doing insecure. I'm working on a web application with an iPhone app that goes along with it (we haven't launched yet). Our web application provides an API that the iPhone

[twitter-dev] Re: did they lift the limits on direct messages?

2010-05-12 Thread Brian Sutorius
Hi all, Sorry for the confusion. We have a semi-comprehensive help page on whitelisting [1] and I'll relay the relevant points here. As Taylor said, there are per-account limits on tweets and DMs: 1000 per day and 250 per day, respectively. The daily tweet limit cannot be raised by any whitelist,

Re: [twitter-dev] Passing OAuth Access Key/Secrets between Our Mobile Web Apps?

2010-05-12 Thread Taylor Singletary
There's really not much concern about this, Thomas, as long as the consumer keys and secrets remain secure and are never transmitted over the wire. The caveat here is just not to surprise your users -- if they distinctly think of the twitter integration in your web application and your mobile

[twitter-dev] Re: Whitelist Limits for Direct Messaging

2010-05-12 Thread Brian Sutorius
As I posted in another thread [1], here is information from our help center [2] to hopefully clarify this: - By default, Twitter accounts can send 250 DMs per day. - Accounts (not IPs and not apps) that are on the REST whitelist can send up to 10,000 DMs per day Taylor's point about the limit

[twitter-dev] Re: Passing OAuth Access Key/Secrets between Our Mobile Web Apps?

2010-05-12 Thread tsmango
Taylor, Thanks for the quick reply! It will definitely be obvious that the iPhone app and the web application go hand in hand and we will always use the non-xAuth flow in the web application. Otherwise thank you for the suggestion about additionally signing requests coming from the iPhone

[twitter-dev] Service Application

2010-05-12 Thread Michael Cameron
After Reading many of the OAUTH things, i noticed that the user has to do the login no matter what. We have a service on a server that logins into a Twitter account and sends direct messages to following users. we are currently using basic and trying to upgrade to oauth. but want it to be

[twitter-dev] Re: Issues getting started with xAuth

2010-05-12 Thread DWF
We just coded up a simple Ruby script to make the same request, building our post body by hand into a string to ensure the escaping (or not) of the params. So we know that going into Net::HTTP the underscores are underscores and NOT %5F's. Same response from the server. --dwf On May 12,

Re: [twitter-dev] Service Application

2010-05-12 Thread Lil Peck
On Wed, May 12, 2010 at 2:45 PM, Michael Cameron darx...@gmail.com wrote: After Reading many of the OAUTH things, i noticed that the user has to do the login no matter what. We have a service on a server that logins into a Twitter account and sends direct messages to following users. we are

Re: [twitter-dev] Service Application

2010-05-12 Thread Abraham Williams
How do users sign up for your service? On a website? Through an API? Abraham On Wed, May 12, 2010 at 12:45, Michael Cameron darx...@gmail.com wrote: After Reading many of the OAUTH things, i noticed that the user has to do the login no matter what. We have a service on a server that logins

[twitter-dev] Re: what's wrong with my xAuth code ???

2010-05-12 Thread mostafa farghaly
What environment are you trying to execute this code in? Javascript in most use cases is not an appropriate vehicle for performing OAuth operations -- unless you are the web browser or another kind of application development environment in which Javascript is a bit more secure. I'm using

[twitter-dev] Re: Whitelist Limits for Direct Messaging

2010-05-12 Thread Mo
Thanks Brian and Taylor. This definitely adds some clarification. There is one last thing, though. Brian, you mentioned that the limits you specified were NOT for IPs and apps. What would be the DM limit for a whitelisted app? I can't find that explicitly stated in any of the references. On

[twitter-dev] Re: Issues getting started with xAuth

2010-05-12 Thread DWF
It turns out that we have a base64 encoding problem, which means our signature actually is bad. Working on it now. --dwf On May 12, 1:06 pm, DWF dwfr...@pivotallabs.com wrote: We just coded up a simple Ruby script to make the same request, building our post body by hand into a string to

[twitter-dev] Re: Issues getting started with xAuth

2010-05-12 Thread DWF
Taylor: Here's what we're sending now. The signature looks like the correct length. But we're getting the same error. POST /oauth/access_token HTTP/1.1 Host: api.twitter.com Authorization: OAuth oauth_signature_method=HMAC-SHA1, oauth_nonce=MToxOjQyOTY0NzEyNzM3MDMzMzQwMTU%3D,

[twitter-dev] How to filter out utf-8 characters in java

2010-05-12 Thread adamjamesdrew
any ideas?

[twitter-dev] Re: Whitelist Limits for Direct Messaging

2010-05-12 Thread Brian Sutorius
I'm not sure what you mean - our REST whitelist only accepts usernames and IP addresses as whitelistable entities. Applications don't send direct messages, users do; the DM limit is on a per-user basis. Brian On May 12, 1:27 pm, Mo maur...@moluv.com wrote: Thanks Brian and Taylor.  This

[twitter-dev] Re: retweets of retweets

2010-05-12 Thread emh
are you certain of this? the native retweet feature was released in late 2009 -- yet i am able to pull up tweets from 2007 and get results back from the retweets API call (these results were all of the form RT @xxx this led me to believe that the API did in fact treat these tweets

[twitter-dev] Re: Twitter Search API (boolean operators)

2010-05-12 Thread taipan541
Oh yes. I understands Jonathan. Thank you for your help! =D Best Regards, Anis Year 3 - Student Nanyang Polytechnic, Singapore On May 12, 12:30 pm, Jonathan Reichhold jonathan.reichh...@gmail.com wrote: Frequency of the words are highly time dependent and all terms are working. See:

[twitter-dev] Re: How to filter out utf-8 characters in java

2010-05-12 Thread Matt Sanford
Hi there, All characters in Tweets are utf-8. I'm assuming you're looking for something specific like accents or ASCII-art punctuation. Can you describe your problem in a little more detail? I might be able to help once I know what you're trying to prevent. Thanks; — Matt Sanford /

Re: [twitter-dev] Re: Verify user connect with @anywhere?

2010-05-12 Thread Abraham Williams
I don't think it is officially supported as a public API but you can pull the twttr_anywhere cookie which contains an access token. https://api.twitter.com/1/account/verify_credentials.xml?oauth_access_token=xyz Abraham On Fri, Apr 23, 2010 at 20:34, Karate quantumkar...@gmail.com wrote: Does

[twitter-dev] How to obtain a Tweet ID from the API?

2010-05-12 Thread giustin
Hi, guys! I'm student and I'm testing some scripts to the API. It is my final work from high-school. I need to search tweets by a tags or hashtags between a specified date by the user. Example: 1. the user specify the date that he wants to search tweets, example range to 2010/05/01 and

Re: [twitter-dev] How to obtain a Tweet ID from the API?

2010-05-12 Thread John Meyer
On 5/12/2010 8:14 PM, giustin wrote: Hi, guys! I'm student and I'm testing some scripts to the API. It is my final work from high-school. I need to search tweets by a tags or hashtags between a specified date by the user. Example: 1. the user specify the date that he wants to search tweets,

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
We have a single Twitter account that passes a dcl request containing the user Twitter account name, currently using basicAuth which is working, (the user has to also be following this account). On May 12, 2:23 pm, Abraham Williams 4bra...@gmail.com wrote: How do users sign up for your service?

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
Users sign up in the background what matters is the dcl request that contains the username which we send with the twitter account credentials via BasicAuth. Using C++, and a JavaScript file to send the Request to twitter. (note this is working via basicAuth) Would it make sense to create something

[twitter-dev] Re: How to filter out utf-8 characters in java

2010-05-12 Thread giustin
I have similar problems. When I try to search using the tag não the result is não. The API that I used were Twitter Search API from Ryan Faerman (http:// ryanfaerman.com/twittersearch/) Regards. On 12 maio, 21:47, Matt Sanford m...@twitter.com wrote: Hi there,     All characters in Tweets

[twitter-dev] Re: Background Image twitteroauth library

2010-05-12 Thread Eric
Hey Abraham, Thanks for the reply! Just curious if there was any ETA on the release of the BETA? On May 12, 9:45 am, Abraham Williams 4bra...@gmail.com wrote: Images are not supported in the current version. Look for the next beta soon. Abraham On Tue, May 11, 2010 at 22:08, Eric