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

2010-05-28 Thread JJ
php.net/oauth On Sat, Jan 30, 2010 at 12:55 PM, Abraham Williams <4bra...@gmail.com> wrote: > Lets collect an awesome list of tools and applications we use to help > develop with the Twitter API. > I'll start the list with a couple that I use: > Charles Proxy - @charlesproxy - http://www.charlespr

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

2010-02-01 Thread lalit goklani
I use Zend_OAuth class along with Zend framework for twitter related applications. I use NetBeans IDE for my development works. Lalit Twitter Facebook Application - http://www.twitsfb.com Article Directory - http://www.ezinearticles.biz On Sat, Jan 30, 2010 at 2:55 PM, Abraham Williams <4bra...@

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

2010-02-01 Thread enes akar
gt;>> >>> Sent using BlackBerry® from Orange >>> >>> -----Original Message- >>> From: "M. Edward (Ed) Borasky" >>> Date: Sat, 30 Jan 2010 13:17:09 >>> To: >>> Subject: Re: [twitter-dev] What tools do you use? >>

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

2010-01-31 Thread M. Edward (Ed) Borasky
t; Sent using BlackBerry® from Orange >> >> -Original Message- >> From: "M. Edward (Ed) Borasky" >> Date: Sat, 30 Jan 2010 13:17:09 >> To: >> Subject: Re: [twitter-dev] What tools do you use? >> >> I do most of my Twitter API devel

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

2010-01-31 Thread Anton Krasovsky
tten code to pull the public time line and users timelimes > > Sent using BlackBerry® from Orange > > -Original Message- > From: "M. Edward (Ed) Borasky" > Date: Sat, 30 Jan 2010 13:17:09 > To: > Subject: Re: [twitter-dev] What tools do you use? > >

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

2010-01-31 Thread M. Edward (Ed) Borasky
+1 for NetBeans! I don't remember if it does Perl, but it definitely does Ruby, Python and PHP. And it's a boatload easier to use than Eclipse. Of course, if you do Android development, you probably need Eclipse anyhow. :-( On Sun, Jan 31, 2010 at 6:29 AM, Rajinder Yadav wrote: > Abraham Williams

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

2010-01-31 Thread Rajinder Yadav
Abraham Williams wrote: Lets collect an awesome list of tools and applications we use to help develop with the Twitter API. I'll start the list with a couple that I use: Charles Proxy - @charlesproxy - http://www.charlesproxy.com/ Charles is an HTTP proxy / H

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

2010-01-30 Thread scott . a . herbert
TwitterVB - a .net framework for twitter and PHP - custom written code to pull the public time line and users timelimes Sent using BlackBerry® from Orange -Original Message- From: "M. Edward (Ed) Borasky" Date: Sat, 30 Jan 2010 13:17:09 To: Subject: Re: [twitter-dev] Wha

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

2010-01-30 Thread M. Edward (Ed) Borasky
I do most of my Twitter API development in Perl, with some of it in Ruby. I use Komodo IDE for that. http://www.activestate.com/komodo/ The Perl Net::Twitter library: http://search.cpan.org/dist/Net-Twitter/ The Ruby "tweetstream" gem: http://intridea.com/2009/9/22/tweetstream-ruby-access-to-the-

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

2010-01-30 Thread Josh Roesslein
Curl - http://curl.haxx.se/ A command line tool for making HTTP requests. Handy for testing out the API w/o any coding. Tweepy - http://github.com/joshthecoder/tweepy/ A Python library that supports the entire REST API, OAuth, and Streaming API. MIT licensed.

[twitter-dev] What tools do you use?

2010-01-30 Thread Abraham Williams
Lets collect an awesome list of tools and applications we use to help develop with the Twitter API. I'll start the list with a couple that I use: Charles Proxy - @charlesproxy - http://www.charlesproxy.com/ Charles is an HTTP proxy / HTTP monitor / Reverse Proxy