[twitter-dev] Re: API Lock Out time for User Rate Limit

2009-05-11 Thread Cameron Kaiser
> The above page doesnt document what the effect is on the user if the > User Rate limit of 100 reqs/ph is exceeded. In the past, it usually involved dismemberment, but this was revised in an early version of the API and now the user simply has to wait for the next hour interval when the rate lim

[twitter-dev] API Lock Out time for User Rate Limit

2009-05-11 Thread Mark Sievers
http://apiwiki.twitter.com/Rate-limiting The above page doesnt document what the effect is on the user if the User Rate limit of 100 reqs/ph is exceeded. >From what I remember its an hour, but am having trouble finding this documented anywhere. Cheers M

[twitter-dev] Re: API Changes for May 11, 2009

2009-05-11 Thread Carlos
Any particular reason the blocks/exist function returns the information for the user requested if the block exist and a hash error response if not? I would think following the same kind of format as the friendship exist function would make more sense; something like: true/false An error response

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread Martin Dufort
Doug: At least we are not expecting this bug to be fixed. So we will have to go with a peripheral API call. I would have really love to get this in the same stanza however because, as Dave said very *loudly*, that makes life much easier for us mobile developers. Now we will have to wrap this in

[twitter-dev] API Changes for May 11, 2009

2009-05-11 Thread Doug Williams
Hi All, Blocking now gets more fun: - Feature (REST): Added methods to retrieve blocking information See also: Google Code Issue 9: http://code.google.com/p/twitter-api/issues/detail?id=9 See also: blocks/exists => http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-blocks-exists See also:

[twitter-dev] Re: oAuth "Chaining"

2009-05-11 Thread Abraham Williams
This thread might help shed some light: http://groups.google.com/group/oauth/browse_thread/thread/bdf8b99e84a8aaef/0f95410fdeb64284 On Mon, May 11, 2009 at 19:37, Joe McCann wrote: > > No takers on this? > > On May 9, 2:04 pm, Joe McCann wrote: > > Hello Folks, > > > > I have built a simple boo

[twitter-dev] Re: oAuth "Chaining"

2009-05-11 Thread Joe McCann
No takers on this? On May 9, 2:04 pm, Joe McCann wrote: > Hello Folks, > > I have built a simple bookmarklet > (http://www.subprint.com/blog/projects/imgly_bookmarklet/ > ) that utilizes Img.ly's web service for posting pictures and tweets > via Img.ly's REST API.  If you use Img.ly directly, v

[twitter-dev] Re: Can't Search for This String

2009-05-11 Thread Joe McCann
Thanks Chad...you're absolutely right. Thanks! On May 9, 5:38 pm, Chad Etzel wrote: > Probably because Twitter considers $ by themselves to be unsearchable > punctuation.  They added it as a token modifier a while ago (like # > for hashtags), so you could search things like $BAC, but $$ itself

[twitter-dev] Re: Twitter Search methods - can we get XML instead of JSON returns?

2009-05-11 Thread Chad Etzel
You can get .atom feeds from the Search API already... Not sure if that is close enough to XML for your needs, though... -Chad On Mon, May 11, 2009 at 8:22 PM, Jeff Bishop wrote: > I see that the Twitter API shows JSON objects as the returning data feed for > search API calls.  Can we get XML/RS

[twitter-dev] Re: Twitter Search methods - can we get XML instead of JSON returns?

2009-05-11 Thread Abraham Williams
http://apiwiki.twitter.com/V2-Roadmap#MergingRESTandSearchAPIs On Mon, May 11, 2009 at 19:22, Jeff Bishop wrote: > I see that the Twitter API shows JSON objects as the returning data feed > for search API calls. Can we get XML/RSS feeds instead of JSON for easier > usage in some environments?

[twitter-dev] Re: Is there a way to get the unique userid during a oauth authorization?

2009-05-11 Thread Abraham Williams
Verify_credentials returns . That is unique. On Mon, May 11, 2009 at 18:55, Jochen Kaechelin wrote: > > def callback > @request_token = > OAuth::RequestToken.new(UsersController.consumer, > session[:request_token], session[:request_token_secret]) > @response = UsersController.consu

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread Abraham Williams
Something to keep in mind is that when switching from a computer to a mobile device you are losing power/features for mobility. You have to expect the same loss in functionality. On Mon, May 11, 2009 at 18:38, Dave Mc wrote: > > To be blunt this is very unsatisfactory. Once again you guys are no

[twitter-dev] Twitter Search methods - can we get XML instead of JSON returns?

2009-05-11 Thread Jeff Bishop
I see that the Twitter API shows JSON objects as the returning data feed for search API calls. Can we get XML/RSS feeds instead of JSON for easier usage in some environments? Jeff

[twitter-dev] Is there a way to get the unique userid during a oauth authorization?

2009-05-11 Thread Jochen Kaechelin
def callback @request_token = OAuth::RequestToken.new(UsersController.consumer, session[:request_token], session[:request_token_secret]) @response = UsersController.consumer.request(:get, '/account/ verify_credentials.json', @access_token, { :scheme => :query_string }) case

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread Doug Williams
David, As with any solution there are compromises (the normal big three are time, resources, quality of service) and while this change may make your particular use of the API more difficult, it is not only important but also necessary given our architecture and growth. The API provides Twitter data

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread Dave Mc
To be blunt this is very unsatisfactory. Once again you guys are not being at all cognisant of the requirements of mobile Twitter client apps. These face much bigger problems than just the rate limit. They are constrained by physical limitations such as battery life, latency and bandwidth. And the

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread dean.j.robinson
I'll admit I'm a little disappointed that the info won't be part of the user objects anymore (will have to rethink some of my planned features... ie. won't be able to dynamically show/hide the dm button next to tweets if it means I need an additional api call for each user) instead relying on anot

[twitter-dev] @mentions, truncation, character limits etc.

2009-05-11 Thread escarp
Hi. We feel compelled to briefly explain what we at escarp do. escarp is a review of brief poetry and prose distributed through Twitter. On our site (http://escarp.org) we use the API to show the most recent pieces, as well as handle comments and news. To distribute an author's bio, many Twitter

[twitter-dev] Re: all replies by friends

2009-05-11 Thread Doug Williams
The default is: "show me: @replies to the people that I'm following". The vast majority of our users keep this default. If this setting is indeed removed this is the behavior we will use. Note: I will update the thread when/if this setting is axed (even though it's not really an API decision) to c

[twitter-dev] Re: all replies by friends

2009-05-11 Thread voorwiel
OK, thanks for the heads up. On May 11, 11:30 pm, Doug Williams wrote: > We have had a debate internally (today) where we have all but decided to > remove this setting in the near future. I would not create any application > that relied on this. Almost all of our users leave it at the default (o

[twitter-dev] Re: all replies by friends

2009-05-11 Thread Chad Etzel
Wait, did the default not used to be "Show all @ replies" (it is the first option in the dropdown box)? Did that change? Personally, I like seeing all of them as it leads me to follow new and interesting people... If this goes away, is everyone going to be set to "only show @replies to people I

[twitter-dev] Re: all replies by friends

2009-05-11 Thread Doug Williams
We have had a debate internally (today) where we have all but decided to remove this setting in the near future. I would not create any application that relied on this. Almost all of our users leave it at the default (only show @replies to people I follow) so the cost of maintaining the setting doe

[twitter-dev] Re: Notifications info vague/wrong

2009-05-11 Thread Doug Williams
Please see the recent message on following and notification deprecation: http://groups.google.com/group/twitter-development-talk/browse_frm/thread/42ba883b9f8e3c6e Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Mon, May 11, 2009 at 1:27 PM, TjL wrote: >

[twitter-dev] Deprecation of following and notification elements

2009-05-11 Thread Doug Williams
Issues 419 [1] and 474 [2] are very popular, in the painful kind of way. The defects report that methods returning user objects (see users/show for an example [3]) are returning incorrect or invalid values for the element. The fix for this inconsistency is in fact non trivial [4]. The problem lie

[twitter-dev] Notifications info vague/wrong

2009-05-11 Thread TjL
1) http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show suggests that you can use any of: xml json rss atom but rss and atom are not working at all: Try this on the commandline: for EXT in xml json rss atom do; echo " $EXT:" curl "http://twitter.com/users/show.$EXT?screen_name=

[twitter-dev] Re: all replies by friends

2009-05-11 Thread voorwiel
Thanks, I'm familiar with the setting. Somehow the setting does not have any effect with the account I'm testing with: not when logged in to twitter.com, and not when using statuses/friends_timeline. Chad's posting made me do some tests with two other accounts: there the setting works as it shoul

[twitter-dev] Re: Zero status_count with /users/show

2009-05-11 Thread iematthew
My apologies! I was looking at a different user in a different terminal and I've been staring at this screen too long. status_count is reporting accurately. Sorry for the false alarm. On May 11, 1:25 pm, iematthew wrote: > The REST API is reporting the status_count as zero for the following > u

[twitter-dev] Re: all replies by friends

2009-05-11 Thread Doug Williams
There is a setting to change this behavior: http://help.twitter.com/forums/23786/entries/14595 Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Mon, May 11, 2009 at 10:44 AM, Chad Etzel wrote: > > I'm confused now. I just pulled my friends_timeline and it

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread TjL
Well, I started over and about two hours later I had a script written. I've been testing / tweaking it today and it does seem to work. Basic premise is fairly simple, it checks "http://twitter.com/statuses/mentions.rss?since_id=$LAST_ID"; where $LAST_ID is stored in a text file as the last ID t

[twitter-dev] Re: all replies by friends

2009-05-11 Thread Chad Etzel
I'm confused now. I just pulled my friends_timeline and it is definitely showing @replies from my friends to people I don't follow. i.e. I'm getting the "firehose" as it pertains to my friends_timeline are you saying you're not seeing the same thing? -Chad On Mon, May 11, 2009 at 1:36 PM, v

[twitter-dev] Re: all replies by friends

2009-05-11 Thread voorwiel
On May 10, 12:00 am, Abraham Williams <4bra...@gmail.com> wrote: > I would think that statuses/friends_timeline [1] would not be effected by > @-reply settings [2]. If it is your only option is to use the search method > you mentioned. The down side of this is protected accounts are not included.

[twitter-dev] Zero status_count with /users/show

2009-05-11 Thread iematthew
The REST API is reporting the status_count as zero for the following user, even though there are quite a few updates under the user's account: https://twitter.com/users/show/MoorparkRealtor.xml I'm also receiving no statuses when I request the user's timeline. I've only encountered this one use

[twitter-dev] Re: OAuth and Classic ASP

2009-05-11 Thread justin.realw...@googlemail.com
Any joy with this yet? I've looked at it a few times but have yet to see the light... Will monitor this thread for any updates. Many thanks Justin On May 1, 4:41 pm, Richard L wrote: > Hi Robert, > > I'm also looking into this once I get my .NET version problems sorted > out - will let you kn

[twitter-dev] Re: Wildcards in Search API

2009-05-11 Thread Matt
If you aren't trying to do this in realtime you can get around this by doing a broad search and storing the results in a MySQL database. You could then play with the data and apply some more advanced filters to it. On May 1, 12:03 pm, hill79 wrote: > Insanely quick replies - thanks :) > > On Ma

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
That sure is odd. I know this is off-topic, but have you tried to see if your customers would be willing to pay for the service you offer? Actually, it sounds like that is what you are going to have to do… -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Cate

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread surya sravanthi
hi, I am trying to develop an application using twitter API's(using twitter4j jar file). Can you suggest me a method to acess users replies without knowing the users password(I have the users username in the data base). Surya Sravanthi On Mon, May 11, 2009 at 7:14 PM, Paul Kinlan wrote: > Hi,

[twitter-dev] Re: xml feed for data mining is not fresh

2009-05-11 Thread Doug Williams
This should be fixed. The database the public timeline service was pointing to went down. This problem has been fixed and a permanent/dynamic solution was put in place to ensure this doesn't happen again. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Sun, Ma

[twitter-dev] Re: Public Timeline Frozen (Again)

2009-05-11 Thread Doug Williams
This should be fixed. The database the public timeline service was pointing to went down. This problem has been fixed and a permanent/dynamic solution was put in place to ensure this doesn't happen again. Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Sun, M

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Paul Kinlan
Hi, We don't know why we were blocked, we had a commercial contract in place - but the provider aren't very forthcomming. The model that was used was an "Adsense" for mobiles, which meant that we were supposed to be paid for every message we processed, however the network never attached any adver

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
If this is just for yourself, then you could send them through your carrier provided SMS to email gateway (as far as I know, every carrier provides one.) It is an email address that you can use to send yourself text messages. For instance, for AT&T, it is @txt.att.net. An email sent there will sho

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
Why were you blocked? And there seems to be a lot of competition in this space (SMS Gateway providers) can’t you just go to someone else? -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically From: twitter-development-talk@googlegroups.com [mailto

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Paul Kinlan
Hi, Just to let you know, I developed www.twe2.com exactly for this purpose. However, we have just been blocked by our SMS provider. It is a shame really because we sent 2 million SMS's to the Twitter community, Paul 2009/5/11 Arik Fraimovich > > Someone already developed an application that

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Arik Fraimovich
Someone already developed an application that forwards mentions to DM (see here: http://apiwiki.twitter.com/Application-Ideas). When I tried it, it didn't work that good, but I think he did some changes since then. On May 11, 8:15 am, TjL wrote: > I've been banging my head against this for seve

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-11 Thread dean.j.robinson
Nice work guys, talk about the firehose has been floating around for ages, great to see it finally appear and with numerous variants available (thats a bonus). I personally don't have any use for it (yet) but I'm sure it'll please quite a few. On May 10, 2:04 pm, John Kalucki wrote: > Note: Th

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-11 Thread Hwee-Boon Yar
Oh god. Please share where is this twitter-announce list? -- Hwee-Boon On May 10, 12:51 pm, Jesse Stay wrote: > Not to be picky, but can we get these announcements on the twitter-announce > list in the future? Who is this John and is he a real Twitter employee? > > > > On Sat, May 9, 2009 at 10