当前位置:  开发笔记 > 编程语言 > 正文

Trello API身份验证弹出窗口未关闭

如何解决《TrelloAPI身份验证弹出窗口未关闭》经验,为你挑选了0个好方法。

我正在尝试演示Trello API,但我遇到了身份验证过程的问题.

var ConnectToTrello = function () {
//console.log("Authenticating");
Trello.authorize({
    type: 'popup',
    name: 'Outlook Trello Add-In',
    scope: { read: true, write: true, account: true },
    success: authenticationSuccess,
    error: authenticationError
});};

这会打开一个弹出窗口,我可以进行身份​​验证,然后我被重定向(在弹出窗口中)到https://trello.com/1/token/approve,没有任何反应.弹出窗口没有关闭.

任何帮助,将不胜感激.

在这里下载代码

推荐阅读
跟我搞对象吧
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有