public
Description: TechCrunch MySpace OAuth Tester
Homepage: http://www.techcrunch.com/myspace/app
Clone URL: git://github.com/techcrunch/myspace_oauth.git
Henry Work (author)
Wed Jul 23 21:40:20 -0700 2008
commit  af9adea8ec34e49c14665191b9addc9b0b6e143b
tree    df28affdf2419e86014f9b1d4843906f77d57f3f
parent  e1ffaf48f390a62d9ce6f36c4a67a9b493f0840b
name age message
file LICENSE Thu Jun 26 22:15:26 -0700 2008 * more README updates * commented out tc url in... [hwork]
file README.textile Thu Jun 26 22:24:04 -0700 2008 * More commenting * More README work [hwork]
file app-config.php Thu Jun 26 21:00:22 -0700 2008 * initial import of the project [hwork]
file app.php Thu Jun 26 22:24:04 -0700 2008 * More commenting * More README work [hwork]
directory lib/ Wed Jul 23 21:40:20 -0700 2008 * /authorize.aspx -> /authorize * using API ve... [Henry Work]
README.textile

README

TechCrunch MySpace OAuth tester app. By Henry Work. Files originally created by Viphak Lay.

Requirements

Installation

  1. Install pear http_request library: sudo pear install http_request
  2. Sign up to be a MySpace Developer
  3. Put your CONSUMER_KEY and CONSUMER_SECRET in app-config.php
  4. In ‘Edit Details’, configure the callback urls, external url, external domain
  5. Configure your authorization url in app.php on line 72.

Known Issues

  1. Not properly catching Exceptions
    * Server Too Busy timeouts. Apparently MySpace is having some queuing issues via some badly behaving 3rd party apps.
    * Request Token Timeout. This app contains no state via a database or session cooke [I want to do this]. So the request token times out if you keep refreshing the results page.

Links