Podcast: Play in new window | Download
Subscribe: iTunes | Android | RSS
Justin and Jason discuss Justin’s TweetMiner project and
Jason’s experience building the local bacon website. They also talk
about Jason’s experience participating in this year’s TechCrunch 50
competition.
Which software where you originally using to build TweetMiner? You said something about using PHP to create it.
TweetMiner has always been built in PHP & JavaScript (big dollops of jQuery). But in the beginning rather than deploy it via a web-server I was using a tool that allows you to create windows based desktop apps in PHP – ZZEE PHPExe – http://www.zzee.com/phpexe/
Could you use Twitter’s JSONP api calls to offload the twitter calls to the client side?
Something like http://jquery-howto.blogspot.com/2009/04/twitter-jsonjsonp-api-url.html
TweetMiner PHP does use those URL’s. There may be some possibility to just use them directly from the .js. Would need to look into how to tie it all together with oAuth etc.
@Justin
The OAuth stuff could be tricky. It does look like there is a JavaScript implementation however http://code.google.com/p/oauth/source/browse/#svn/code/javascript