saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

Fix for improper casing of some parameters when fetch OAuth Redirect URI #18

Closed AdrianPell closed 9 years ago

AdrianPell commented 9 years ago

Fixes issue #17 by explicitly using the lowercase string "true" for the REST API parameters, rather than the string version of true (which is "True")