【发布时间】:2015-01-30 20:14:13
【问题描述】:
我正在使用以下方式访问保管箱:
https://www.dropbox.com/0/oauth/authorize?oauth_token=<token>
然后我登录到 Dropbox 并获得成功页面,但我没有被重定向回我的网站。我是否需要指定回调 URL,我认为 dropbox 会自动重定向回来?
非常感谢任何想法或想法。
【问题讨论】:
-
编程语言?您如何拨打
authorize电话? -
必须将 callbackURL 与 authorizeURL 一起传递。我会发布代码,但无法在评论框中弄清楚。
标签: dropbox dropbox-api