techcrunch / myspace_oauth
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Henry Work (author)
Wed Jul 23 21:40:20 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Jun 26 22:15:26 -0700 2008 | |
| |
README.textile | Thu Jun 26 22:24:04 -0700 2008 | |
| |
app-config.php | Thu Jun 26 21:00:22 -0700 2008 | |
| |
app.php | Thu Jun 26 22:24:04 -0700 2008 | |
| |
lib/ | Wed Jul 23 21:40:20 -0700 2008 |
README.textile
README
TechCrunch MySpace OAuth tester app. By Henry Work. Files originally created by Viphak Lay.
Requirements
- pear http_request library pear.php.net (used for making http requests)
- php 5.2+ or json-php (used for json parsing)
- MySpace Developer account: MySpace Developer
Installation
- Install pear http_request library: sudo pear install http_request
- Sign up to be a MySpace Developer
- Put your CONSUMER_KEY and CONSUMER_SECRET in app-config.php
- In ‘Edit Details’, configure the callback urls, external url, external domain
- Configure your authorization url in app.php on line 72.
Known Issues
- 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.
