开发者

Dropbox redirect

开发者 https://www.devze.com 2023-03-15 21:47 出处:网络
I am accessing dropbox using: https://www.dropbox.com/0/oauth/authorize?oauth_token=<token> I then log into 开发者_高级运维dropbox and get the success page, but I am not redirected back to my

I am accessing dropbox using:

https://www.dropbox.com/0/oauth/authorize?oauth_token=<token>

I then log into 开发者_高级运维dropbox and get the success page, but I am not redirected back to my site. Do I need to specify a callback URL, I thought dropbox would automatically redirect back?

Any ideas or thoughts is greatly appreciated.


(Answered by the OP in a question edit. Converted to a community wiki answer. See Question with no answers, but issue solved in the comments (or extended in chat) )

The OP wrote:

Solved:

https://www.dropbox.com/0/oauth/authorize?oauth_token=<token>&oauth_callback=http://www.google.com

Need to pass the callbackURL along with the authorizeURL.

0

精彩评论

暂无评论...
验证码 换一张
取 消