| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Great that you've provided a simple update regarding the changes in the Dropbox API! Have you considered supporting the optional oauth_callback and locale parameters in the authorize step? See https://www.dropbox.com/developers/reference/api#authorize for more information regarding these parameters. |
Sorry, something went wrong.
|
No, I have not considered that feature since that would be an enhancement and no fix. |
Sorry, something went wrong.
|
I can't say I disagree with that approach. As you might have guessed, I'd like to pass the callback parameter and I'll see if I'm able to find a simple and clean solution to this enhancement. |
Sorry, something went wrong.
|
So. After a month of inactivity in this pull request: will it be merged? |
Sorry, something went wrong.
|
merged into my own fork, i intend to provide a release in my maven repo later today |
Sorry, something went wrong.
|
I've added the callback functionality (and an additional OAuth 1.0 service/API) to my fork, see #287 |
Sorry, something went wrong.
Update the Dropbox API to use correct URLs
| Back | FazBrowse Home | New Git URL |
The Dropbox OAuth API uses new URLs for the request-token and authorize-token process. See https://www.dropbox.com/developers/reference/api#request-token
This commit changes the URLs to the correct endpoints.