Example return on "/dropboxcallback": ``` "/dropboxcallback?oauth_token=(blah blah blah)&uid=(my uid)" ``` The docs on this gem specify params[:oauth_verifier]. Should replace it with params[:oauth_token] to avoid any confusion
Example return on "/dropboxcallback":
The docs on this gem specify params[:oauth_verifier]. Should replace it with params[:oauth_token] to avoid any confusion