Multiple OAuth redirect URIs for Dropbox Datastore API? -


i wonder how oauth 2.0 redirect uri works, app console on @ dropbox allows me add multiple url;s wonder need add every url needs access api?

a small exemple:

at page index.html user prompt connect dropbox, when connected user sent app.html there app self is. should redirect uri, index.html, app.html or both?

you don't have register each url access api, 1 user redirected after authorizing app. you'll have 1 of these in production, might use localhost url during development.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -