小编Gen*_*ere的帖子

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

我正在尝试演示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
});};
Run Code Online (Sandbox Code Playgroud)

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

任何帮助,将不胜感激.

在这里下载代码

javascript trello microsoft-edge

6
推荐指数
1
解决办法
407
查看次数

标签 统计

javascript ×1

microsoft-edge ×1

trello ×1