Hello,
I’ve added Facebook Login app and set the OAuth Redirect URI as
http://YOURSITE.COM/my-account/facebook/int_callback
Everything works fine except that when I login via Facebook on Checkout page,
I am directed to my-account page.
Is there a way to let the users be redirected to the page where they were?
I tried adding additional URIs such as http://YOURSITE.COM/checkout/ but it didn’t work.
Also Use Strict Mode for Redirect URIs cannot be turned off now, I’m not sure if it’s the reason.
Thank you,
Mike