You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gone through the sample code, I have been able to successfully redirect to and from intuit server after clicking the connect button. When I look at my callback url , I realized that $_SERVER['QUERY_STRING'] is empty, and parseAuthRedirectUrl gives error because code is not defined in $qsArray['code'].
Please note that I am using a development environment and pretty url's like mysite/some-link.
Thank you!
The text was updated successfully, but these errors were encountered:
I have gone through the sample code, I have been able to successfully redirect to and from intuit server after clicking the connect button. When I look at my callback url , I realized that
$_SERVER['QUERY_STRING']
is empty, andparseAuthRedirectUrl
gives error because code is not defined in$qsArray['code']
.Please note that I am using a development environment and pretty url's like
mysite/some-link
.Thank you!
The text was updated successfully, but these errors were encountered: