Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladikoff/firefoxos-dropbox
FirefoxOS-Dropbox Example
https://github.com/vladikoff/firefoxos-dropbox
Last synced: 14 days ago
JSON representation
FirefoxOS-Dropbox Example
- Host: GitHub
- URL: https://github.com/vladikoff/firefoxos-dropbox
- Owner: vladikoff
- Created: 2013-06-06T22:30:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T16:54:38.000Z (about 10 years ago)
- Last Synced: 2024-10-19T00:23:23.062Z (3 months ago)
- Size: 133 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FirefoxOS-Dropbox[DEPRECATED]
An example Firefox OS app that uses [dropbox-js](https://github.com/dropbox/dropbox-js) library.
## Usage
* Get a copy of `dropbox.js` using [dropbox-js](https://github.com/dropbox/dropbox-js), put it in `app` AND `endpoint`
* Host the `endpoint` somewhere and configure `receiverUrl` in `index.html` for that endpoint.
* Use the simulator or deploy the app to your phone to test## Notes
Read more at [dropbox-js issue 81](https://github.com/dropbox/dropbox-js/issues/81)
See the source of the [Contacts](https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/contacts/oauth2/js/parameters.js) app for
OAuth2 flows.