[twitter-dev] Re: Update API (with OAuth) failed on Unicode tweet

2009-04-13 Thread Chen Jie
I have the sample problem too, can't post update with Chinese.. On Apr 13, 1:56 am, Guan g...@yang.dk wrote: On Apr 12, 8:08 am, Cmdr J0hn kazuhiro.is...@gmail.com wrote: Now, I send a Unicode charactor, あ (not sure displayed on your screen properly, it's Japanese) Signed on a string:

[twitter-dev] Re: StalkDaily worm - it's really spreading :)

2009-04-13 Thread Jesse Stay
I'm sure you're aware of it, but Mikeyy's back. http://twitter.com/davemorinand http://twitter.com/eldon. You guys are escaping all HTML but links, right? @Jesse On Sat, Apr 11, 2009 at 8:24 PM, Alex Payne a...@twitter.com wrote: We've been on it for some time. It's actually not really

[twitter-dev] Re: Do any of the libraries implement a method for returning statuses_count?

2009-04-13 Thread Khyron
Ok. So then, in Python, which library do I need to inmport to parse the returned XML? I have simplejson (needed it for python-twitter) so maybe that would be easier? On Apr 13, 1:56 am, Peter Denton petermden...@gmail.com wrote: I dont know which specific libraries, but its a very common part

[twitter-dev] Re: StalkDaily worm - it's really spreading :)

2009-04-13 Thread Cameron Kaiser
I'm sure you're aware of it, http://status.twitter.com/post/95693986/update-on-worm -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- Philosophy will clip an angel's wings. --

[twitter-dev] Please add us as well

2009-04-13 Thread Accuwiz Technologies
Twitter username: accuwiz Name: CJ Singh Company: Accuwiz Technologies Website: www.accuwiz.com Relevant technologies: PHP, MySQL, AJAX

[twitter-dev] Length of OAuth tokens and secrets

2009-04-13 Thread disturb...@googlemail.com
Hi, A quick question: is there a maximum length on OAuth tokens and token secrets? Because so far I've found that request tokens and secrets vary in length, and I'm going to be storing some access tokens in a database and would like to know how large to make my character fields. Thanks a

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Zachary Voase
As far as I know this is not an issue. Users only have to accept the first time they use an application; on subsequent authorization requests, Twitter will redirect them to your app straight away. On Apr 12, 6:08 pm, Hameedullah Khan hameed.u.k...@gmail.com wrote: Hello Twitterers, I have

[twitter-dev] Re: Update API (with OAuth) failed on Unicode tweet

2009-04-13 Thread minimoo...@gmail.com
Same problem here. I can't post update too, with cyrillic characters.

[twitter-dev] Re: Do any of the libraries implement a method for returning statuses_count?

2009-04-13 Thread Nick Arnett
On Mon, Apr 13, 2009 at 2:00 AM, Khyron khyron4...@gmail.com wrote: Ok. So then, in Python, which library do I need to inmport to parse the returned XML? I have simplejson (needed it for python-twitter) so maybe that would be easier? Yes. If you decode the content you get from a

[twitter-dev] Re: Limit for following new people (per hour)?

2009-04-13 Thread Matt Sanford
Hi there, There is more information on follow limits at http://help.twitter.com/forums/10713/entries/14959 Thanks; — Matt Sanford / @mzsanford On Apr 12, 2009, at 07:07 PM, Nick Arnett wrote: I believe there is a limit of 2000 until 2000 people are following you, then it increases.

[twitter-dev] Re: Length of OAuth tokens and secrets

2009-04-13 Thread Matt Sanford
Hi there, The maximum length is 50 characters for both the token and the secret. Thanks; — Matt Sanford / @mzsanford On Apr 12, 2009, at 11:55 PM, disturb...@googlemail.com wrote: Hi, A quick question: is there a maximum length on OAuth tokens and token secrets? Because so far

[twitter-dev] Re: Do any of the libraries implement a method for returning statuses_count?

2009-04-13 Thread Nick Arnett
On Mon, Apr 13, 2009 at 7:43 AM, Nick Arnett nick.arn...@gmail.com wrote: Ack chrome sent the reply before I was ready... trying to fix the white space to make it proper Python, I hit tab and return, which sent the message! Anyway, you wouldn't need the lines that have to do with next_page

[twitter-dev] Re: Update API (with OAuth) failed on Unicode tweet

2009-04-13 Thread Matt Sanford
Hi all, Anyone having the problem please add a comment to the Google Code issue [1]. Please include the following if possible: 1. What language, library and version are you using? » For Example: Ruby oauth gem v0.2.7, or PHP oauth-php r50 2. What application is this for? » For

[twitter-dev] Re: Messages with accented characters get truncated

2009-04-13 Thread Matt Sanford
Hi John, The correct URL encoding of é is %C3%A9 and not %E9. Checkout the UTF-8 section at [1]. The é character is my nemesis as a character encoding weenie. The Windows default character encoding (Windows-1252) uses %E9 but in Unicode it is %C3%A9. Since é is such a common

[twitter-dev] Oauth and Twitter for login.

2009-04-13 Thread Paul Kinlan
Hi, I have just started to implement oAuth for http://www.twollo.com, and when registering my app for oAuth I noticed: Use Twitter for login: Yes, use Twitter for login Does your application intend to use Twitter for authentication? This is excellent news, for reasons I have mentioned in

[twitter-dev] Re: Oauth and Twitter for login.

2009-04-13 Thread Matt Sanford
Hi Paul, This was mentioned in one of the change log notices last week. Well, I mentioned that we're half-deployed. I'm awaiting a few more pieces before there is an official announcement. Stay Tuned; — Matt Sanford On Apr 13, 2009, at 08:40 AM, Paul Kinlan wrote: Hi, I have

[twitter-dev] Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread e.p.c.
I am playing with favorites and am trying to determine if a given tweet has been favorited by anyone at all. That is, given this tweet: https://twitter.com/epc/status/1500168995 which I’ve favorited with another account (@artificllc), is there a way to determine that it's been favorited, either

[twitter-dev] Re: Oauth and Twitter for login.

2009-04-13 Thread Paul Kinlan
Hi Matt, Yeah I saw the change log, but thought that the presence in the UI was the other half of the deployment. Sorry about that, I am pretty eager :) Ah well, I look forward to seeing the solution so I can put it into both twollo and twe2 :) Cheers, Paul 2009/4/13 Matt Sanford

[twitter-dev] OAuth Failed to validate oauth signature and token if application already authorized

2009-04-13 Thread Dimebrain
Hello, Recently, I have noticed that if I attempt to do a request token / access token exchange, i.e. a new application OAuth workflow, I always fail with Failed to validate oauth signature and token from Twitter if the application has already been successfully authorized in a previous workflow.

[twitter-dev] Re: counting rate limits against an oauth consumer

2009-04-13 Thread Doug Williams
The behavior of a whitelisted IP address is what you are requesting. Whitelisted IP addresses making calls on behalf of a user will use the IP address' rate limit, not the users. Doug Williams Twitter API Support http://twitter.com/dougw On Sat, Apr 11, 2009 at 10:21 PM, Julio Biason

[twitter-dev] New Ruby Twitter API Library: Grackle

2009-04-13 Thread Hayes Davis
Hi all, Just wanted to let everyone know that I've released a new Ruby Twitter API library called Grackle. It's at http://github.com/hayesdavis/grackle It works with both the search and REST APIs and supports both basic and OAuth authentication. The main thing that sets it apart is that it's

[twitter-dev] Re: Limit for following new people (per hour)?

2009-04-13 Thread Madu7
OK, thank you. Does the limit exist even if you are on the whitelist? But that's the general limit. I wonder if there's a limit per hour. For example: You are allowed to create 50 friendships per 60 minutes time period. If you reach the limit after 30 minutes, you have to wait for 30 minutes to

[twitter-dev] Re: Using OAuth or API can u monitor Tweets have 3rd party app react

2009-04-13 Thread Doug Williams
The API is stateless and requires polling. We do not offer any sort of trigger or push based alerts. Therefore, your application will either have to use the Search API or REST API to monitor a search term or account, respectively, then act on it accordingly. Thanks, Doug Williams Twitter API

[twitter-dev] Re: New Ruby Twitter API Library: Grackle

2009-04-13 Thread Doug Williams
Thanks Hayes! Added to the libraries page. Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 13, 2009 at 9:19 AM, Hayes Davis ha...@appozite.com wrote: Hi all, Just wanted to let everyone know that I've released a new Ruby Twitter API library called Grackle. It's at

[twitter-dev] Re: New Ruby Twitter API Library: Grackle

2009-04-13 Thread Alex Payne
Thanks, Hayes. Added to http://apiwiki.twitter.com/Libraries On Mon, Apr 13, 2009 at 09:19, Hayes Davis ha...@appozite.com wrote: Hi all, Just wanted to let everyone know that I've released a new Ruby Twitter API library called Grackle. It's at http://github.com/hayesdavis/grackle It works

[twitter-dev] Re: Limit for following new people (per hour)?

2009-04-13 Thread Nick Arnett
On Mon, Apr 13, 2009 at 7:15 AM, Madu7 mw...@web.de wrote: OK, thank you. Does the limit exist even if you are on the whitelist? But that's the general limit. I wonder if there's a limit per hour. For example: You are allowed to create 50 friendships per 60 minutes time period. If you reach

[twitter-dev] Re: Limit for following new people (per hour)?

2009-04-13 Thread Doug Williams
Please refer to the link Matt included to understand the following limit policy. Whitelisting allows access to more API calls. It does not affect follower limits. The follower limits are in place to promote healthy following behavior. Twitter wants users to follow people they are interested in.

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread Doug Williams
Ed, I'd love to see some apps crop up that display favorite content in interested ways. Can you create an issue? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 13, 2009 at 8:50 AM, e.p.c. epcoste...@gmail.com wrote: I am playing with favorites and am trying to

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread Damon Clinkscales
On Mon, Apr 13, 2009 at 10:50 AM, e.p.c. epcoste...@gmail.com wrote: I am playing with favorites and am trying to determine if a given tweet has been favorited by anyone at all. Yeah, the API could be a more helpful in that regard. Here are some services I've seen related to this subject if

[twitter-dev] Re: Search queries not working

2009-04-13 Thread Alex Payne
Yes. Queries are limited to 140 characters. Basha Shaik wrote: Hi, Is there any Length Limit in the query I pass in search API? Regards, Mahaboob Basha Shaik www.netelixir.com http://www.netelixir.com Making Search Work On Sat, Apr 4, 2009 at 10:27 AM, Basha Shaik

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Chad Etzel
On Mon, Apr 13, 2009 at 2:59 AM, Zachary Voase disturb...@googlemail.com wrote: As far as I know this is not an issue. Users only have to accept the first time they use an application; on subsequent authorization requests, Twitter will redirect them to your app straight away. This is not

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Doug Williams
Where are you storing the secret upon authorization? Is it going into persistent storage (such as a database) for future use? Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Apr 13, 2009 at 11:07 AM, Hameedullah Khan hameed.u.k...@gmail.comwrote: On Apr 13, 11:59 am,

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Hameedullah Khan
On Apr 13, 11:59 am, Zachary Voase disturb...@googlemail.com wrote: As far as I know this is not an issue. Users only have to accept the first time they use an application; on subsequent authorization requests, Twitter will redirect them to your app straight away. Strange, I always get

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Matt Sanford
Hi Hameedullah, It is currently the case that you will get the Accept/Deny page every time. We're working on a redirect like Zachary mentioned and hope to have it out by the end of the week. Thanks; — Matt Sanford / @mzsanford On Apr 13, 2009, at 11:07 AM, Hameedullah Khan wrote:

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread Ed Costello
On Mon, Apr 13, 2009 at 1:41 PM, Doug Williams d...@twitter.com wrote: Ed, I'd love to see some apps crop up that display favorite content in interested ways. Can you create an issue? I’ve opened issue 459: http://code.google.com/p/twitter-api/issues/detail?id=459#c0 -- -ed costello

[twitter-dev] Re: autenticating user using OAuth

2009-04-13 Thread Chris Westbrook
Store the access token and access token secret in a database with all of the other info concerning a user, then request it when they log in and maybe store it in cookies or something. - Original Message - From: Hameedullah Khan hameed.u.k...@gmail.com To: Twitter Development Talk

[twitter-dev] Request for documentation review

2009-04-13 Thread Doug Williams
Coderz, I am refactoring the API documentation [1] to make it friendlier on the eyes and easier on new developers. Please give it a once over and reply with any of errors, addition requests, or suggestions. We will be using these new docs officially in a few days (linked from the

[twitter-dev] Re: [twitter-api-announce] A note on our API change policy

2009-04-13 Thread James Deville
Another point. If you are fundamentally agile, you should have stories and iterations. What if you posted current breaking change stories at the start of the iteration before you started them. Assuming a 1 or 2 week iteration, we get time to comment, and you won't have to hold code back. JD On

[twitter-dev] Combination of search operators returns 404

2009-04-13 Thread Dimebrain
This query contains two documented search operators, and it bombs with a 404 if they're called together, but works if called separately. Previous unit tests allowed multiple operators. Is 404 the correct response for no results? It returns as HTML. http://search.twitter.com/search.json?q=twitter

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-13 Thread twittercontd
Alex, If you could please add my details to the list of Twitter API Developers: Name: Rahul Jhaveri Twitter: http://twitter.com/contd Website: http://www.twittercontd.com Email: i...@twittercontd.com Many thanks, Rahul On Apr 8, 10:05 pm, peterhough em...@peterhough.co.uk wrote: Alex, If

[twitter-dev] Geocoding posts

2009-04-13 Thread djMax
How does Twitter GeoCode tweets OTHER than the users location (if at all)? I'd like to include short urls for geolocation, but want to understand how Twitter uses them. Thanks.

[twitter-dev] Re: [twitter-api-announce] A note on our API change policy

2009-04-13 Thread Alex Payne
We're not strictly an Agile shop, actually, but thanks. On Mon, Apr 13, 2009 at 18:16, James Deville james.devi...@gmail.com wrote: Another point. If you are fundamentally agile, you should have stories and iterations. What if you posted current breaking change stories at the start of the

[twitter-dev] Re: public_timeline, invalid profile_image?

2009-04-13 Thread Eric Martin
Alex - seems to still be an issue. Any updates on when we might see a fix? On Mar 30, 12:49 pm, Alex Payne a...@twitter.com wrote: We're on this. Thanks for the reports. On Sun, Mar 29, 2009 at 18:27, Gary Zhao garyz...@gmail.com wrote: I'm seeing it too. 2009/3/29 Günter Grodotzki