gpt4 book ai didi

javascript - Intuit connectToIntuit 按钮没有将控制权传回父页面

转载 作者:行者123 更新时间:2023-11-30 08:07:10 26 4
gpt4 key购买 nike

我们已经按照以下链接实现了 Intuit 连接按钮功能:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/0010_From_Within_Your_App/Add_the_Connect_Button

它一直运行到最后,但不是将控制返回到父页面,而是在弹出窗口中打开应用程序。我真的不知道我在这里错过了什么。下面是我们针对此功能的单元测试页面:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ipp="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta http-equiv="Cache-control" content="no-cache"/>
<title>Intuit Test Page</title>
<script src="https://js.appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js" type="text/javascript">
</script>
<script type="text/javascript">
intuit.ipp.anywhere.setup({
menuProxy: 'myserver.com/intuit/proxy',
grantUrl: 'myserver.com/intuit/connect'
});
</script></head><body>
<ipp:connectToIntuit></ipp:connectToIntuit>
</body>
</html>

除服务器名称外,代码相同。如果您能就此提供一些意见,我将不胜感激?

最佳答案

Intuit Anywhere 的 OAuth 进程始终在弹出窗口中打开。它是专门为此而设计的。

当他们单击按钮时,弹出窗口将打开,他们将完成 OAuth 连接过程,并最终被转发回您的应用程序。然后,您的应用程序应关闭弹出窗口,并刷新应用程序的父页面(以便页面上显示蓝点菜单以表明它们已连接)。

关于javascript - Intuit connectToIntuit 按钮没有将控制权传回父页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16333169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com