OAuth return_url not being seen

I’m using the following URL for Shopify and it’s returning an error that the return_url is not specified.

What am I missing?

https://XXXXXX.myshopify.com/admin/oauth/authorize?client_id=d17a68cd13e0fb7cb782bb818aaa19ab&scope=read_products,write_products,read_product_listings,read_orders,write_orders,read_inventory,write_inventory,read_locations,read_shipping&redirect_url=https://auth.XX.com/shopify&state=https%3A%2F%2Fdevx.mXXX.com%2Findex.php%3Fdispatch%3Dez_shopify.set_token%26company_id%3D63%7C0

X’s replace private data.

Hey there,

As documented here, the URL parameter that you need to be providing is actually “redirect_uri” and not “redirect_url”.

Making the switch should fix the issue!

Never mind. My eyes got me! The parameter is return_uri not return_url