[twitter-dev] Re: How do I know when user posted new tweet

2009-12-15 Thread Frank Mertz
On Dec 9, 6:31 pm, John Kalucki j...@twitter.com wrote: You should use the follow parameter on the track resource in the Streaming API. Please correct me if I am wrong, but as far as I know the Streaming API only delivers public statuses. So you would miss the updates of friends who protected

[twitter-dev] Re: Developer Preview: Contributor API

2009-12-15 Thread Duane Roelands
The blog post says that this will be launched to all business users and ecosystem partners which would seem to imply that it's not going to be launched for the entire userbase. 1. Is Twitter planning to charge money for this feature? 2. If so, how does that affect developers? Is this going to

[twitter-dev] GET /:user/:list_id/members/:id or

2009-12-15 Thread Daniel Silva
Hi. When i try get the relationship between one list and one user I always receive a not found error. This method works? -- regards, Daniel Silva

[twitter-dev] Re: Getting retweets in user timelines

2009-12-15 Thread Jeffrey
+1 There are several threads looking for a way to get built-in retweets via teh user_timeline as was available before with organic (i.e., RT ...) tweets. Has there been any decision made on what will be done here? Built-in retweets are invisible to the user_timeline which is a loss of

[twitter-dev] Re: Desktop App oAuth GET request with valid accesstoken returns 401 Unauthorized

2009-12-15 Thread Sanjay
Any Idea out there? I tried following to no avail: a. Did the entire process (starting from registering the app and generating consumer key/secret to getting Access Token/secret. Works fine till I get Access Token Secret b. When I copy/paste complete URL in browser's address bar, it prompts for

[twitter-dev] Re: GET /:user/:list_id/members/:id or

2009-12-15 Thread Yusuke
It works for me, Try this: wget http://twit4j:twitte...@api.twitter.com/1/friendships/show.json? source_screen_name=twit4jtarget_screen_name=followsOneWay On 12月15日, 午後9:08, Daniel Silva danielmartinssi...@gmail.com wrote: Hi. When i try get the relationship between one list and one user I

Re: [twitter-dev] Re: How do I know when user posted new tweet

2009-12-15 Thread John Kalucki
Currently that is the case. In the future, however, we intend to allow an an account that is authorized to follow a given set of protected users to stream the allowed set of protected statuses. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Tue, Dec 15, 2009 at 12:48 AM,

Re: [twitter-dev] Re: GET /:user/:list_id/members/:id or

2009-12-15 Thread Daniel Silva
This is not for relationship between two users? 2009/12/15 Yusuke yus...@mac.com It works for me, Try this: wget http://twit4j:twitte...@api.twitter.com/1/friendships/show.json?

Re: [twitter-dev] List Support

2009-12-15 Thread Abraham Williams
I don't see Twitter ever implementing these lists. Maybe a 3rd party will provide a service to compile them. Abraham On Tue, Dec 15, 2009 at 03:56, wheresmydad.org.uk wheresmy...@googlemail.com wrote: I just raised a support ticket, that was created as Closed (!) without any feedback,

Re: [twitter-dev] Re: Getting retweets in user timelines

2009-12-15 Thread Abraham Williams
Not ideal but for any users whom you have authorized credentials for you can use: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweeted_by_me On Tue, Dec 15, 2009 at 07:19, Jeffrey jeffreywin...@gmail.com wrote: +1 There are several threads looking for a way to get built-in

Re: [twitter-dev] Re: Getting retweets in user timelines

2009-12-15 Thread Cameron Kaiser
Not ideal but for any users whom you have authorized credentials for you can use: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-retweeted_by_me Definitely not ideal. +1 for There are several threads looking for a way to get built-in retweets via teh user_timeline as was

[twitter-dev] API Rate Limit

2009-12-15 Thread vikas
Hi, I went through the group lists searching for a clear understanding of API rate limit, but unfortunately could not able to get a clear idea. There are already many discussions about this but i am asking this again as i need this information to develop my product. I have few simple questions,

[twitter-dev] BUG! I can't post only the emoticon =* in twitter.

2009-12-15 Thread Daniel Varga
Hello, I can't post only the emoticon =* in twitter. The twitter return as a search. Why this?? hugs varga -- «VJ VARGA»® E-mail: daniel.va...@gmail.com Jabber: va...@jabber.org MSN: va...@brasnet.org Orkut: VJ VARGA Linux user #443229 www.metareciclagem.org www.youtube.com/dvarga

Re: [twitter-dev] Re: GET /:user/:list_id/members/:id or

2009-12-15 Thread Abraham Williams
Just tried curl -u user:password http://api.twitter.com/1/twitterapi/team/members/3191321.xml; and it worked fine for me. Make sure the list and user exist. Abraham On Tue, Dec 15, 2009 at 08:51, Daniel Silva danielmartinssi...@gmail.comwrote: This is not for relationship between two users?

Re: [twitter-dev] API Rate Limit

2009-12-15 Thread Abraham Williams
Here is Twitter's documentation on rate limiting: http://apiwiki.twitter.com/Rate-limiting Abraham On Tue, Dec 15, 2009 at 09:21, vikas cvika...@gmail.com wrote: Hi, I went through the group lists searching for a clear understanding of API rate limit, but unfortunately could not able to get

Re: [twitter-dev] Re: Questions about opening the firehose

2009-12-15 Thread John Kalucki
The other levels of Streaming access are not only considerably more cost effective for all parties, they are also (nearly) sufficient for the vast majority of applications. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Mon, Dec 14, 2009 at 10:16 PM, M. Edward (Ed) Borasky

Re: [twitter-dev] Re: Questions about opening the firehose

2009-12-15 Thread Michael Steuer
Just so we all can guestimate if we're equiped for and financially able to consider consumption of the firehose, in average, what's the daily data throughput on a firehose stream? Thanks, Michael. On Dec 15, 2009, at 9:38 AM, John Kalucki j...@twitter.com wrote: The other levels of

Re: [twitter-dev] Re: Questions about opening the firehose

2009-12-15 Thread John Kalucki
Bandwidth is likely to only be a small fraction of your total cost when consuming the firehose. If you want to focus on this small part and ignore all the other dominating costs, the prudent systems engineer would provision 2x to 3x daily peak to account for traffic spikes, growth, backlog

Re: [twitter-dev] BUG! I can't post only the emoticon =* in twitter.

2009-12-15 Thread Mark McBride
Can you open an issue in the code tracker for this? On Tue, Dec 15, 2009 at 6:17 AM, Daniel Varga daniel.va...@gmail.com wrote: Hello, I can't post only the emoticon =* in twitter. The twitter return as a search. Why this?? hugs varga -- «VJ VARGA»® E-mail: daniel.va...@gmail.com

[twitter-dev] Re: A way to send user to oAuth page with no user defined?

2009-12-15 Thread Justyn
Hoping to get some direction on this issue when possible. If I'm missing something simple, a link would be great. Thanks! Justyn On Dec 14, 10:24 pm, Justyn justyn.how...@gmail.com wrote: We'd like to use oAuth to add authorize additional accounts, but it gets hairy for users when it defaults

[twitter-dev] Re: Help! Invalid / expired token. (PHP using Abraham Williams' library.)

2009-12-15 Thread Abraham Williams
Are you still having this problem? On Nov 30, 6:53 pm, michael sean michaelseanhan...@gmail.com wrote: I can't figure this out for the life of me. I've authorized my application and retrieved the access token. The access token and secret are stored in a database. Then I try to make a 'verify

Re: [twitter-dev] friendships/create method and 403 ambiguity

2009-12-15 Thread Marcel Molina
In the long term we plan to add internal error codes to every non 2** response so that the consumer can unambiguously know what error they got without munging error message strings (who's language might be changed innocently not knowing the consequences). On Mon, Dec 14, 2009 at 2:42 PM, Mark

Re: [twitter-dev] Locked Out! Why?

2009-12-15 Thread Abraham Williams
Sounds like the same issue as this: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/92fcba903b42188e Abraham On Mon, Dec 14, 2009 at 17:28, Chris Prakoso brajamu...@gmail.com wrote: Hi all, One of the feature of my app that I'm building at the moment is

Re: [twitter-dev] profile_image_url bigger thumbnail image

2009-12-15 Thread Abraham Williams
Usually. Once in a while Twitter has hiccups in image processing you might get a 2MB file instead Abraham On Mon, Dec 14, 2009 at 16:00, Quy quyten...@gmail.com wrote: In the xml returned using the API, I noticed all the profile_image_url are of the form *_normal.*{jpg,gif} Can I just

Re: [twitter-dev] Re: OAuth DELETE LIST problem

2009-12-15 Thread Abraham Williams
The proper method is with DELETE and no _method=delete. For environments where you can only make GETs and POSTs you can add _method=delete as a work around. That being said I've had issues with random lists being frozen and not deletable. I've heard a number of other people mention the same

[twitter-dev] Undeletable list?

2009-12-15 Thread LeeS - @semel
I seem to have created an undeletable list in one of my accounts (list id 4667928) I can't delete it via the API, and deleting the list via twitter.com also fails. Lee

Re: [twitter-dev] Re: OAuth DELETE LIST problem

2009-12-15 Thread Matthew Terenzio
There MAY also be an issue with how a DELETE request is formed. Try putting the parameters in the query string if you aren't. That seemed to make it work for me when it wasn't. On Tue, Dec 15, 2009 at 6:11 PM, Abraham Williams 4bra...@gmail.com wrote: The proper method is with DELETE and no

Re: [twitter-dev] friendships/create method and 403 ambiguity

2009-12-15 Thread shiplu
On Wed, Dec 16, 2009 at 6:02 AM, Marcel Molina mar...@twitter.com wrote: In the long term we plan to add internal error codes to every non 2** response so that the consumer can unambiguously know what error they got without munging error message strings (who's language might be changed

Re: [twitter-dev] Re: WordPress implements a Twitter API root

2009-12-15 Thread Abraham Williams
I would hope the next WordPress release will include this. Of course I would just use Drupal then I could clone any API I want. WordPress must be feeling the heat of StatusNet wanting to be the WordPress of microblogging. Abraham On Mon, Dec 14, 2009 at 02:15, M. Edward (Ed) Borasky

[twitter-dev] Re: Regarding the search API based on Geo location

2009-12-15 Thread Luca Faggioli
Hi Diego, If you want to geotag your tweets from a web browser you can use the service we developed in my company: http://www.kirigo.com It's still in beta and not so many people are using it, but if you find it useful please spread the news I do welcome any feedback Luca dbasch ha scritto:

[twitter-dev] Omissions from the Changelog

2009-12-15 Thread Abraham Williams
This is a list of some mager changes to the API that never made it onto the changelog. I didn't even bother digging for small bug fixes though I'm sure there are many. Deleted status being removed from Search API:

Re: [twitter-dev] Omissions from the Changelog

2009-12-15 Thread Marcel Molina
Thanks for going through the bother of compiling this Abraham. These are mostly my fault. I think years of maintaining open source projects made me burn out completely on managing CHANGELOGs ;-) On Tue, Dec 15, 2009 at 3:52 PM, Abraham Williams 4bra...@gmail.com wrote: This is a list of some

[twitter-dev] Re: A way to send user to oAuth page with no user defined?

2009-12-15 Thread Justyn
Thanks Abraham! On Dec 15, 4:33 pm, Abraham Williams 4bra...@gmail.com wrote: Add force_login=true when you send the user to Twitter. See:http://apiwiki.twitter.com/Twitter-REST-API-Method:-oauth-authenticate On Tue, Dec 15, 2009 at 15:02, Justyn justyn.how...@gmail.com wrote: Hoping to

[twitter-dev] error codes was Re: friendships/create method and 403 ambiguity

2009-12-15 Thread Cameron Kaiser
In the long term we plan to add internal error codes to every non 2** response so that the consumer can unambiguously know what error they got without munging error message strings (who's language might be changed innocently not knowing the consequences). That'd be great. Currently I am

[twitter-dev] Search API: rate limit response code not changing 12/16

2009-12-15 Thread Wilhelm Bierbaum
On December 3rd, I announced on twitter-api-announce that the Search API rate limit response code would change to HTTP 400 as of December 16th, 2009. (http://bit.ly/6yIjEn) Based on feedback we've been getting, we won't be changing the response code for rate limiting to 400. For technical

Re: [twitter-dev] Search API: rate limit response code not changing 12/16

2009-12-15 Thread Abraham Williams
Don't forget to update the changelong :-P Abraham On Tue, Dec 15, 2009 at 18:43, Wilhelm Bierbaum wilh...@twitter.com wrote: On December 3rd, I announced on twitter-api-announce that the Search API rate limit response code would change to HTTP 400 as of December 16th, 2009.

[twitter-dev] When does the rate limit increase for oAuth apps go into effect?

2009-12-15 Thread M. Edward (Ed) Borasky
I see that applications that authenticate with oAuth are going to get a 10X increase in the number of API calls they can make per hour. When does that go into effect?