[twitter-dev] In Reply To

2009-02-21 Thread Duane Storey
Is there any way to query all the replies to a particular status ID? I scanned the API but didn't see anything. Thanks.

[twitter-dev] Re: Rate limit exceeded for whitelisted app after inactivity.

2009-02-21 Thread gsmaverick
In case you missed it the max number of requests for any app is now 20k an hour. So maybe that's your issue? On Feb 20, 7:34 pm, CrewXp cre...@gmail.com wrote: Hey, we requested to be whitelisted about a month or two ago and it seemed like everything worked fine after we were added, but

[twitter-dev] Re: Include $ as a searchable character

2009-02-21 Thread Nick Arnett
On Fri, Feb 20, 2009 at 6:46 PM, Chad Etzel jazzyc...@gmail.com wrote: Sorry I must have been unclear. I don't want the $ by itself, I want it to be a searchable character in conjunction with other strings, so I want to search for $AAPL or $C much like # is with hashtags. FYI, in search

[twitter-dev] Result count with search api

2009-02-21 Thread houdelou
Hi, Is it possible to get the number of search results from the search api? I don't see it in the atom/xml result. Thanks Louis

[twitter-dev] Re: Rate limit exceeded for whitelisted app after inactivity.

2009-02-21 Thread Cameron Kaiser
Hey, we requested to be whitelisted about a month or two ago and it seemed like everything worked fine after we were added, but school ended for the semester here at our university, so the program's use stopped. School is back in session, so we have faculty using the program again, and

[twitter-dev] Re: Rate limit exceeded for whitelisted app after inactivity.

2009-02-21 Thread dougw
CrewXp, Can you run a request to the rate limit status method and share with us what it returns? http://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus For example, here's my waitlisted account: ?xml version=1.0 encoding=UTF-8? hash remaining-hits type=integer19995/remaining-hits

[twitter-dev] Re: Include $ as a searchable character

2009-02-21 Thread Chad Etzel
Yes, that's correct. Add $ as a token modifier, if you will. -Chad On Sat, Feb 21, 2009 at 10:43 AM, Nick Arnett nick.arn...@gmail.com wrote: On Fri, Feb 20, 2009 at 6:46 PM, Chad Etzel jazzyc...@gmail.com wrote: Sorry I must have been unclear. I don't want the $ by itself, I want it to

[twitter-dev] Re: TwitReport and my Intro to Twitter on the commandline scripts

2009-02-21 Thread Chad Etzel
This is very cool, thank you for sharing the info. I am curious about your procmail setup, but I will email you off-list with my questions. Thanks again, -Chad On Sat, Feb 21, 2009 at 2:00 AM, TjL luo...@gmail.com wrote: What is a TwitReport? Well, you know the new follower emails that

[twitter-dev] Re: [oauth] Re: OAuth-like user experience examples

2009-02-21 Thread Chris Messina
On Sat, Feb 21, 2009 at 6:55 AM, Christian Scholz / Tao Takashi (SL) tao.taka...@googlemail.com wrote: I guess you wanted to link to http://wiki.oauth.net/iPhoto-to-Flickr Whoops, thanks! Would be happy to have a discussion about these current examples, especially in light of some of

[twitter-dev] oAuth and 401 Unauthorised Request

2009-02-21 Thread Paul Kinlan
Hi, Following on from my previous email about not being able to use verify_credentials, I am still having sporadic problems and I am wondering if anyone else has seen them. Our page call creates a request_token and navigates to the the twitter oAuth page, on successful return we swap our tokens

[twitter-dev] Freelance Twitter API Dev directory?

2009-02-21 Thread Chad Etzel
Hi All, I have been getting a few requests here and there for twitter API development work. I cannot take on any such projects at the moment, but I always feel bad for leaving them in the lurch. Is there a list or directory anywhere of Twitter API developers that work freelance that I can send

[twitter-dev] Re: Unix Timestamp with Twitter and Search API responses.

2009-02-21 Thread Chad Etzel
Seeing no response to this thread I have created Issue 306 here: http://code.google.com/p/twitter-api/issues/detail?id=306 Please star it if you would like unix epoch timestamps included with each update/tweet in API results. -Chad On Tue, Feb 17, 2009 at 4:01 PM, Chad Etzel

[twitter-dev] Re: OAuth-like user experience examples

2009-02-21 Thread atebits
Exactly. Changing the OS is a long way off if people want to use these technologies today. I agree completely, nothing is going to change overnight. What I would like to do is encourage all of us to look towards the future. Eventually, we can have our cake and eat it too (have something with

[twitter-dev] Re: oAuth and 401 Unauthorised Request

2009-02-21 Thread Santosh Panda
Hi Paul, We see the same issue couple of times but infrequently. In another threaded mail, few more developers have conveyed the same. cheers, Santosh Panda www.twitblogs.com On Sat, Feb 21, 2009 at 9:50 PM, Paul Kinlan paul.kin...@gmail.com wrote: Hi, Following on from my previous email

[twitter-dev] Twitter Profile Image(s)

2009-02-21 Thread Ricardo Sousa
Hello, I'm working as the developer of a Wordpress plugin that pulls twittar avatars into wordpress comments. What it actually does is to pull the avatar img each time user comments but the problem is that users change the avatar often so we need to make API calls very often. The default syntax

[twitter-dev] Getting Profile Picture/Avatar

2009-02-21 Thread Ricardo Sousa
Hello, I run a application that retrieves twitter users profile pictures and adds them to wordpress blog comments. The actual format of an twitter user picture is the following: http://s3.amazonaws.com/twitter_production/profile_images/80319404/avatars_bigger.png (the avatars bit is the

[twitter-dev] Help!! Oauth weirdness, invalid / expired token.

2009-02-21 Thread Emmanuel
Hey, a couple of days ago I had Twitter OAUTH working just fine for GET requests, but when I tried a few today, I keep getting invalid / expired Token. I still didn't get any POST requests to work btw, but that's a different thread. This is super weird, below is my return: [request] = Array

[twitter-dev] Re: Twitter Profile Image(s)

2009-02-21 Thread dougw
Ricardo, It's not possible through the API as it stands, and has been brought up before as a shortcoming. I didn't find any duplicate issues in my searches. Sounds like an enhancement defect to report: add http://code.google.com/p/twitter-api/issues/entry @dougw On Feb 21, 5:28 pm, Ricardo

[twitter-dev] Re: Result count with search api

2009-02-21 Thread Doug Williams
Louis, That is not currently supported. @dougw On Sat, Feb 21, 2009 at 11:51 AM, houdelou houde...@gmail.com wrote: Hi, Is it possible to get the number of search results from the search api? I don't see it in the atom/xml result. Thanks Louis -- Doug Williams do...@igudo.com

[twitter-dev] Re: Include $ as a searchable character

2009-02-21 Thread Karthik
I'm looking for a similar feature too. I wonder how http://stocktwits.com/streams/all could show statuses containing $ On Feb 21, 10:35 pm, Chad Etzel jazzyc...@gmail.com wrote: Yes, that's correct.  Add $ as a token modifier, if you will. -Chad On Sat, Feb 21, 2009 at 10:43 AM, Nick Arnett

[twitter-dev] Re: TwitReport and my Intro to Twitter on the commandline scripts

2009-02-21 Thread Doug Williams
Great body of work here TjL, thanks for sharing. Good examples for people wanting to get up and running with the API. @dougw On Sat, Feb 21, 2009 at 2:00 AM, TjL luo...@gmail.com wrote: What is a TwitReport? Well, you know the new follower emails that you get? They aren't very useful, are

[twitter-dev] Re: Rate limit exceeded for whitelisted app after inactivity.

2009-02-21 Thread Doug Williams
CrewXp, Can you run a request to the rate limit status method and share with us what it returns? http://apiwiki.twitter.com/REST+API+Documentation#ratelimitstatus For example, here's my waitlisted account: ?xml version=1.0 encoding=UTF-8? hash remaining-hits type=integer19995/remaining-hits

[twitter-dev] is there an Intro to Twitter API with PHP?

2009-02-21 Thread TjL
I know just enough PHP to be dangerous, but I'd like to start to play around with the API when designing web pages. Is there a for dummies or similar basic set of examples somewhere? I've never done API stuff (any API) via PHP. (for starters: I'd like to build myself a custom DM page which

[twitter-dev] Re: Include $ as a searchable character

2009-02-21 Thread Chad Etzel
My SWAG is that they are just parsing their follower/friend stream themselves and highlighting tokens beginning with $. -Chad On Sat, Feb 21, 2009 at 12:40 PM, Karthik fermis...@gmail.com wrote: I'm looking for a similar feature too. I wonder how http://stocktwits.com/streams/all could

[twitter-dev] Re: Result count with search api

2009-02-21 Thread Chad Etzel
However, many languages support functions that turn xml into arrays and/or objects, which usually have accompanying .length or count() properties/functions that will give you the length. for example, in javascript with json format I usually store the result in a variable called data, so I can