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 created partner account and created app. Here' app setting screenshot:
I have read all issues thread and have set redirect uri same as in app. Here's the oauth.php file screenshot:
After installing app or clicking app in store opens redirect uri in browser instead of iframe. Please let me know what I am doing wrong.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
On the get_products.php code you need to add some JS. Something like this <script type="text/javascript"> window.top.location.href = REDIRECT_URL; </script>
You should also update your conf.php to define REDIRECT_URL so you can reuse the var and not have to type out a long URL.
Hello Larry,
I have created partner account and created app. Here' app setting screenshot:


I have read all issues thread and have set redirect uri same as in app. Here's the oauth.php file screenshot:
After installing app or clicking app in store opens redirect uri in browser instead of iframe. Please let me know what I am doing wrong.
Thanks in advance.
The text was updated successfully, but these errors were encountered: