01-13-2019 12:30
01-13-2019 12:30
My app was working 100% as intended with Oauth login flow.
Via this URL:
However in the last day when attempting to login the user now is shown this page an does not login. Any Ideas?
Answered! Go to the Best Answer.
01-14-2019 13:43
01-14-2019 13:43
Hi @hoosierfan24,
Are you still getting the error described in your post? My test this morning was successful.
I did notice one problem in your URL. The redirect_uri parameter value needs to be an absolute URL. For example, redirect_uri=tensiontamer://callback.
01-14-2019 13:43
01-14-2019 13:43
Hi @hoosierfan24,
Are you still getting the error described in your post? My test this morning was successful.
I did notice one problem in your URL. The redirect_uri parameter value needs to be an absolute URL. For example, redirect_uri=tensiontamer://callback.
01-15-2019 16:41
01-15-2019 16:41
All set thank you!