English 中文(简体)
如何认证一个Droop箱,在不离开网页的情况下使用该软件?
原标题:How do I authenticate a Dropbox app and use the API without leaving the webpage?

我需要用户允许我访问他们的Droop箱,但我非常希望他们不要离开我的网站,然后回来。 我知道的认证信标要求用户必须贴入其Droop箱账户,并认证Droop箱网站的用户。

是否有办法解决这一问题?

纽约总部

因此,我知道,我们可以使用谷歌/Facebook的认证标语,使用户能够在同一窗口内允许/登上电灯(SO这样做)。 如果我们能够与“德尔普箱”二字塔一道做这样的事情,那将是很麻烦的。

感谢!

最佳回答

The Dropbox API does currently require that the authorization be processed with OAuth via the Dropbox site. You can use the oauth_callback parameter to redirect the user back to your site after authorization. Docs here: https://www.dropbox.com/developers/reference/api#authorize

你们甚至可以在单一表格中用于整个过程(即StackOverflow与谷歌辛的标志似乎一样)。 也就是说,将用户的当前网页转至授权的网页,并使用“ o-召回”和必要的行动/信息,以返回你的网站,并表明用户已获得授权。

问题回答

使用iframe。

开放奥乌特。 c) 改用iframe_done.html

iframe_done.html装满时,会与你的主页相同,这样,它就可以在座机外进行沟通,只拿到你刚刚收到的钥匙,然后由父母转交,后者将使用钥匙并关闭机体,给人留下在那里发生的印象。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签