How to test Intuit reconnect api?

[亡魂溺海] 提交于 2019-12-07 05:20:45

问题


I am building a page that would send a request to Intuit Reconnect API to renew the Oauth Token and Token secret values. It is working. But my test Oauth values is not within 30 days of expiration. Thus the response has always been "Token Refresh Window Out of Bounds". Is there a way around this so that I can get the success response with new token values? I would like to be able test this scenario multiple times, not just once.

https://developer.intuit.com/docs/0025_quickbooksapi/0053_auth_auth/0020_reconnect_api

Thanks.


回答1:


The playground will allow you to specify the token duration. More information is here:

https://help.developer.intuit.com/s/question/0D5G000004Dk5rxKAB/

Edit: This is the page that lets you specify the token/duration https://appcenter.intuit.com/Playground/OAuth/IA/



来源:https://stackoverflow.com/questions/21006518/how-to-test-intuit-reconnect-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!