Spaz is an open source microblogging client written in JavaScript, HTML and CSS. This version runs on top of the Appcelerator Titanium Desktop web runtime platform.
There are many, many problems with this code that need to be fixed. Much work needs to be done to convert AIR-specific code to Titanium equivalents. Bugs/issues should be filed in the issue tracker for this project, so we have a running tally of what to fix.
Spaz uses xAuth to authenticate with Twitter. We do not distribute our consumer key and secret per Twitter's request. You will need to:
- Register an app at Twitter, and get your own consumer key and secret
- Request xAuth access by emailing [email protected] (more info)
- When you get your keys, rename
app/auth_config_sample.js
toapp/auth_config.js
and fill in the correct values
If you don't want to go through these steps, you'll need to use end-user test builds, and won't be able to run from source.