Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.