Re: [twitter-dev] New Twitter API?

2010-09-15 Thread Tom van der Woerdt
It surprises me that Twitter didn't simply push all developers to the top of that queue. Anyway, could someone push me to the top as well? (@tvdw) To answer the question of this thread: I *think* you will have to contact Twitter for that. Not the people here on the API list, but via

[twitter-dev] Re: twitter relationship

2010-09-15 Thread ashy
Hi Matt, But can I use it as a production database like mysql? thanks ashy -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list

[twitter-dev] Awesome

2010-09-15 Thread Jacky
Simply awesome...great effort ! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] signature with xAuth

2010-09-15 Thread andy
Can someone explain to me exactly how I cover the parameter oauth_signature? The documentation of Twitter is as difficult. Do I use my Access_token_secret? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Tweet Button counter url encoding

2010-09-15 Thread Remo
Hi Matt Thank you for your response! The #newtwitter looks great btw! Cheers Remo -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list

[twitter-dev] Help for twitteroauth

2010-09-15 Thread kilotto
Hi all, I'm trying use twitteroauth but I have some problems. When I use twitter twitteroauth in my webserver ( http://twitter.domain.net ) the script display the error: Could not connect to Twitter. Refresh the page or try again later.. If I use other script, it display: Woah there! This page

[twitter-dev] Auto tweet implementation

2010-09-15 Thread Morris Li
Hi, My client requested a function to enable his club members to auto post tweets to twitter when they join any event on the website. When any member signs up for an event, we do something about updating the database, and at that point, we also want to post a tweet to twitter. Following the

[twitter-dev] historical tweets

2010-09-15 Thread Kam
Hi, We have been harvesting the sample feed (spritzer and gardenhose) for over two years now as part of an academic sentiment analysis project. As the volume of tweets has increased, we've had our share of hiccups retrieving and storing them. In particular, there is a 6 month period in 2009 in

[twitter-dev] Re: HttpRequest and Unshortening problems

2010-09-15 Thread johnw
I'm using PHP and used get_headers: http://php.net/manual/en/function.get-headers.php. If you are not using PHP, maybe there is an equivalent in whatever you are using. I inspect the returned array and see if there is a 301 code in Array[0] and then get Array['location'] for the unshortened url.

[twitter-dev] Re: Geo Search - Tweet Search

2010-09-15 Thread johnw
I've been testing with averaging the points to get the centerpoint and passing to Twitter with the Search API. Seems to be working. On Sep 14, 12:20 pm, johnw john.we...@gmail.com wrote: I have the results from Geo Search coming back and I want to feed this into a subsequent Search API query

Re: [twitter-dev] Re: HttpRequest and Unshortening problems

2010-09-15 Thread João Paulo Sabino de Moraes
I'm using AS3 / Flex , but I can call javascript functions. do you know any similar javascript function ? other question... if the url is already unshortened, will the returned array contain the same unshortened link at 'location' index ? -- Twitter developer documentation and resources:

Re: [twitter-dev] signature with xAuth

2010-09-15 Thread Tom van der Woerdt
On 9/15/10 3:38 PM, andy wrote: Can someone explain to me exactly how I cover the parameter oauth_signature? The documentation of Twitter is as difficult. Do I use my Access_token_secret? You may like to read the OAuth 1.0 RFC itself instead of the Twitter docs.

Re: [twitter-dev] Re: iPhone::Incorrect oauth_signature for xAuth?

2010-09-15 Thread Taylor Singletary
Hi Everyone, I've revised the xAuth examples at http://dev.twitter.com/pages/xauth -- you'll find they should have signatures that are easier to reproduce and was confirmed functional at the time of execution. Thanks for the nudge, Tom. Thanks, Taylor On Mon, Sep 13, 2010 at 11:41 AM, Tom van

Re: [twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Tom van der Woerdt
The search gives you back a list of tweets from the past, the stream will send tweets to your application the moment they are sent. Tom On 9/15/10 6:13 PM, Mike wrote: What is the difference between the Search and Stream API? I can't really tell. Detail would be great, and how it can be

[twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Mike
What is the difference between the Search and Stream API? I can't really tell. Detail would be great, and how it can be applied in the real world other then the Search one over the Stream. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Any plans to increase user_timeline limit of 3200

2010-09-15 Thread Invader
My app is a tweet backup app and is highly dependent on accessing old tweets. Are there any plans on increasing the user_timeline 3200 limit? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Any plans to increase user_timeline limit of 3200

2010-09-15 Thread Taylor Singletary
Hi Invader, We'd love to provide more tweets than that but infrastructure issues prevent it at this time. There is no timeline for historical tweet access right now. Taylor On Wed, Sep 15, 2010 at 9:51 AM, Invader avm...@gmail.com wrote: My app is a tweet backup app and is highly dependent on

[twitter-dev] Re: Auto tweet implementation

2010-09-15 Thread Ken
Yes. This is a FAQ. Until Twitter staff update the group FAQ, search the group archives for My Access Token. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: Any plans to increase user_timeline limit of 3200

2010-09-15 Thread Invader
Thanks for the quick response. I eagerly await when your infrastructure is ready to allow a larger limit. On Sep 15, 12:52 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Invader, We'd love to provide more tweets than that but infrastructure issues prevent it at this time. There

[twitter-dev] Re: POSTing problem

2010-09-15 Thread MTCoder
didnt work. i cant believe this is that hard. PLEASE HELP ME, THIS COMPUTER IS ABOUT TO SLEEP WITH THE FISHES thanks, MTCoder On Sep 14, 5:00 pm, MTCoder sguerr...@gmail.com wrote: I am away from my work computer so i cant try out this suggestion just yet but is this what it should look

Re: [twitter-dev] Re: POSTing problem

2010-09-15 Thread Taylor Singletary
Spotted some more encoding errors in your example -- on your oauth_token you are encoding the - character (both in the base string and your authorization header), which is not a reserved character for these purposes (see http://oauth.net/core/1.0a/#encoding_parameters ) . What library, if any, are

[twitter-dev] Question about User Vs Site Streams, and Moving away from REST calls.

2010-09-15 Thread Justin
I've successfully migrated one of my sites away from making search and mention rest calls, switched over to the streaming API and I'm loving it. I still need to move it to OAuth but now that I have that in test I'm reading up on the User and Site streams and I have a question. It seems the User

[twitter-dev] Re: Twitter Search/Stream API

2010-09-15 Thread Justin
Also, from what I understand, search may not include everything, it's filtered a bit, streaming is everything. On Sep 15, 11:29 am, Tom van der Woerdt i...@tvdw.eu wrote: The search gives you back a list of tweets from the past, the stream will send tweets to your application the moment they

Re: [twitter-dev] Twitter xauth login for posting and receiving Tweets

2010-09-15 Thread Ernandes Jr.
Your code looks OK! Either your problem is related to your keys our your environment. Have you tryied to run you code on a real device? On Wed, Sep 15, 2010 at 6:30 AM, vinod mopuruvinodre...@gmail.com wrote: Hi, Hi, I imported the libraries: xauth-encoders.jar kxml2-min-2.3.0.jar,

Re: [twitter-dev] Twitter Search/Stream API

2010-09-15 Thread Mike Flynn
Finally a perfect answer! Thanks! On Wed, Sep 15, 2010 at 9:29 AM, Tom van der Woerdt i...@tvdw.eu wrote: The search gives you back a list of tweets from the past, the stream will send tweets to your application the moment they are sent. Tom On 9/15/10 6:13 PM, Mike wrote: What is the

[twitter-dev] New twitter interface

2010-09-15 Thread bobrik
http://twitter.com/newtwitter - that's what I plan to talk about. I have a project that could be broken by this new feature, but may be not as well. Does there any way to test new interface outside common slow feature rollout? Maybe some form to request that for developers only? I don't think

[twitter-dev] Searching for old tweets

2010-09-15 Thread Mauricio Aniche
Hi, I need to search for old tweets with some specific hashtag. I want to use it in my master thesis to illustrate how popular of the term got. Unfortunately, the API only returns tweets for the last 10 days or so. Is there a way to get tweets for the last 2 years, for example? Thanks in

Re: [twitter-dev] Searching for old tweets

2010-09-15 Thread Scott Wilcox
Not currently, no. On 15 Sep 2010, at 21:15, Mauricio Aniche wrote: Hi, I need to search for old tweets with some specific hashtag. I want to use it in my master thesis to illustrate how popular of the term got. Unfortunately, the API only returns tweets for the last 10 days or so. Is

Re: [twitter-dev] New twitter interface

2010-09-15 Thread Tom van der Woerdt
There are no changes to the API so your project should not be broken (unless you are breaking Twitter's TOS). Tom On 9/15/10 9:56 PM, bobrik wrote: http://twitter.com/newtwitter - that's what I plan to talk about. I have a project that could be broken by this new feature, but may be not as

Re: [twitter-dev] Re: Twitter Search/Stream API

2010-09-15 Thread John Kalucki
Also, all automated repetitive searching should be on the Streaming API. Search is intended largely for ad-hoc queries. -John Kalucki http://twitter.com/jkalucki Twitter Inc. On Wed, Sep 15, 2010 at 12:25 PM, Justin justin.carl...@gmail.com wrote: Also, from what I understand, search may not

[twitter-dev] tweets history

2010-09-15 Thread calyps
Hello, I need to somehow get my tweet history and including all the Re tweets. I am trying to use the search API but i believe the search API is restricted for only last certain days. Hence, i believe the only possibility is to store it somewhere but i have the following questions: 1) If the

Re: [twitter-dev] Re: historical tweets

2010-09-15 Thread M. Edward (Ed) Borasky
I think Topsy also has indexed all the public tweets and has a search engine. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting AdamD duvan...@gmail.com: You might check with the

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-15 Thread John
No reply to this for a while, so asking again. Matt, your first response sounded like an acknowledgment that this is a bug. Is that so, and if so, can we expect to see it fixed? Best, John On Sep 6, 2:35 am, ecf ebfried2...@yahoo.de wrote: Same behavior withurlcontaining + characters! --

[twitter-dev] Re: Auto tweet implementation

2010-09-15 Thread Mike
Hi Morris, This is assuming you are using the twitter-oauth library on http://github.com/abraham/twitteroauth Add some fields to your member table, oauth_token and oauth_token_secret.. So you're member table may look like this: id, username, oauth_token, oauth_token_secret When a user signs up

[twitter-dev] Re: list members cursor is wrong

2010-09-15 Thread themattharris
Hey Brad, Your full request URL doesn't contain the cursor parameter. It looks like when you add the OAuth parameters you are dropping the cursor one. We recommend, instead of using query string or the POST body for OAuth paramters you instead use the authorisation header. In your case this

[twitter-dev] Re: Twitter Search/Stream API

2010-09-15 Thread @IDisposable
Also, all automated repetitive searching should be on the Streaming API. Search is intended largely for ad-hoc queries. If Stream honored the location search (where the tweep's profile's location mattered), I would switch in seconds. Sadly, they are NOT equivalent. Marc -- Twitter developer

[twitter-dev] Re: iPhone::Incorrect oauth_signature for xAuth?

2010-09-15 Thread Nikolay Klimchuk
That's really puzzling for me. I've tried 5 different ways to get oauth_signature, even extracted from libraries suggested by Twitter All of them produce same result MUYmiobRdoK6s0ZVqo4xQNNO17w= It's different from example http://dev.twitter.com/pages/xauth I'm looking for any logical explanation

Re: [twitter-dev] Re: Tweet button fails to parse URL

2010-09-15 Thread Matt Harris
Hey John, There have been a number of threads on this so I apologies that yours was not updated. We are tracking the defect on our issue tracker: http://code.google.com/p/twitter-api/issues/detail?id=1818 http://code.google.com/p/twitter-api/issues/detail?id=1885 When we have a fix

Re: [twitter-dev] Question about User Vs Site Streams, and Moving away from REST calls.

2010-09-15 Thread John Kalucki
Our intention is that User Streams and Site Streams will, shortly, offer the same data and filtering options at a similar, if not identical, QoS. I'm sure some subtleties will creep in over time, as they always do, but this parity is our goal. The major difference is that User Streams, given its

[twitter-dev] twitter api oauth c++ demo source code

2010-09-15 Thread yuzhujiutian
twitter api oauth c++ demo source code 1.2 OAuth Authentication Flow Figure 1-1 OAUTH AUTHENTICATION FLOW v1.0a (Please refer to the attached gridtwit_client_oauth_demo_src_0.1.0.tar.gz file Demo_Description.doc) 1.3 Token parameter The following token parameter description is based on the

Re: [twitter-dev] Twitter xauth login for posting and receiving Tweets

2010-09-15 Thread Zahid Naqvi
did you get the xAuth permissions from the twitter? -- *Thanks Regards* *Zahid Naqvi | Senior Software Engineer* -- * G1-11, I.T.Park, M.I.A. (Extn.) Udaipur - 313003 Rajasthan India (M) *+91-9799966000* | (R) *+91-141-2608333*

Re: [twitter-dev] Question about User Vs Site Streams, and Moving away from REST calls.

2010-09-15 Thread Tom van der Woerdt
Hi John, This seems like a rather strange policy. Is the cost of having one User Streams connection not far lower than having a connection to Site Streams? That's what Justin asked, just one connection. Tom On 9/16/10 6:22 AM, John Kalucki wrote: Our intention is that User Streams and Site