我正在尝试使用 Intuit 和 Curl 访问客户数据的数据。
Intuit 对 Java 有很好的支持,但对 PHP 没有。
这是我写的代码,但它显示 401 错误 http://tny.cz/6f55d7bb
我正在尝试使用 Intuit 和 Curl 访问客户数据的数据。
Intuit 对 Java 有很好的支持,但对 PHP 没有。
这是我写的代码,但它显示 401 错误 http://tny.cz/6f55d7bb
如果 OAuth 访问令牌已过期、被撤销或因其他原因无效,则 HTTP 响应代码为 401。
那么,您能否尝试验证访问令牌。
如果令牌无效,请生成新密钥并使用 ApiExplorer 工具进行验证
使用 openssl 生成密钥 - https://developer.intuit.com/docs/0020_customeraccountdata/007_firstrequest
生成这些密钥后,您可以使用公钥创建示例应用程序。https://developer.intuit.com/docs/0020_customeraccountdata/009_using_customeraccountdata/0010_gettingstarted/0015_create_an_cad_integration
然后在 apiexplorer 工具中使用带有 pwd(如果有)的 .p12 文件进行 SAML 断言 - https://developer.intuit.com/apiexplorer
请让我知道这对你有没有用。
谢谢