Update the Dropbox API to use correct URLs#203
Conversation
|
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. |
|
No, I have not considered that feature since that would be an enhancement and no fix. |
|
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. |
|
So. After a month of inactivity in this pull request: will it be merged? |
|
merged into my own fork, i intend to provide a release in my maven repo later today |
|
I've added the callback functionality (and an additional OAuth 1.0 service/API) to my fork, see #287 |
Update the Dropbox API to use correct URLs
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.