[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Decklin Foster
On Sep 1, 10:36 pm, Andrea Stagi stagi.and...@gmail.com wrote: There are any alternatives?? You can try Curlicue: http://github.com/decklin/curlicue There is no installation step at the moment, just run the script (see the instructions for how to get and save your tokens). Feedback

[twitter-dev] Re: Streaming API and lists

2010-08-12 Thread Decklin Foster
On Aug 12, 11:46 am, Matt Harris thematthar...@twitter.com wrote: The streaming API allows you to follow user IDs and track keywords but not lists directly. Instead you need to follow all the user IDs of the list and then assemble their Tweets on your server to recreate the list. The limit for

[twitter-dev] Re: What tools do you use?

2010-08-05 Thread Decklin Foster
[Bringing this old stickied thread back up for an announcement... apologies for semi-broken threading.] With basic auth on the way out at Twitter, I've wanted a way to make requests from the command line just as I used to with curl. Rather than implementing an HTTP client in Ruby/Python/whatever,

Re: [twitter-dev] Open-source, distributed PHP app and consumer secret

2010-07-27 Thread Decklin Foster
Excerpts from Michael Babcock's message of Mon Jul 26 19:28:15 -0400 2010: So, I after spending the day looking through documentation, developer's discussion and testing various OAuth code bits, it is my understanding that there is no secure OAuth solution for open-source PHP developers. But,

Re: [twitter-dev] How is this a solution?

2010-07-16 Thread Decklin Foster
Excerpts from Cameron Kaiser's message of Fri Jul 16 01:00:55 -0400 2010: Actually, no. The process creates a completely new app key and secret cloned from the original one. They do not have anything in common with each other apart from the name and branding (and the user can change it later;

Re: [twitter-dev] oauth_sign - simple C code to generate an OAuth signature

2010-07-05 Thread Decklin Foster
Excerpts from Jef Poskanzer's message of Mon Jul 05 12:48:27 -0400 2010: I needed was a simple command-line program to make an OAuth-signed HTTP call. Did that already exist? Sort of - there was Marcel Molina's twurl: http://github.com/marcel/twurl Only problem is that it's written in Ruby,

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-06-28 Thread Decklin Foster
Taylor Singletary wrote: We're waiting on a few minor bug fixes to be in place before rolling this out to a wider audience. I'll post a new message when things are good to go and we're ready to accept applications into the feature. Any update or ETA on this? I have an app that I'm eager to