Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test Intuit reconnect api?

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.

like image 953
user1949497 Avatar asked Jan 08 '14 21:01

user1949497


1 Answers

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/

like image 102
Peter Lavelle Avatar answered Sep 19 '22 04:09

Peter Lavelle