We.ve noticed an irregularity while submitting a callback URL for an App we opt to use for a login module of a website. The APP simply aims to integrate Login with twitter.
When submitting the following URL:
https://www.domain.com/wp-content/plugins/wordpress-social-login//hybridauth/index.php?hauth.done=Twitter
We get the following error
“callbackUrls: Not a valid callback URL format”
Even stripping the query string from the url, so it becomes "“https://www.domain.com/wp-content/plugins/wordpress-social-login//hybridauth/index.php” results with the same error.
Any advice would be greatly appreciated.
Regards

Looks like a double // in that URL, is that intentional?

Thank you for your reply and contribution.
Yes indeed the the double // is intentional. Even when trying the URL without the double and with or without the query string, the problem persists.

Can you provide the domain you are using - is it in fact a .com?

Sure. It’s rainrus.com

This is now happening to us. Same error: https://pinebot.com/shop/profile/?hauth.done=Twitter

Did you try to strip the query string and use https://pinebot.com/shop/profile as a Callback URL. I believe this should work in your case.

I was able to add https://rainrus.com as a callback URL. Have you been able to do the same?

Thank you for the response @Genious. You are correct. We discuss this in ourcallback URL documentation.

@Pinebot - Please make sure to review our docs before you post.

Thanks!

Thank you for the support Dear.
Adding https://rainrus.com was never a problem. But adding https://www.rainrus.com/wp-content/plugins/wordpress-social-login//hybridauth/index.php?hauth.done=Twitter “Even without the query string” is what’s firing the Error “Invalid website url”.

I was able to save the following as a callback URL. No query string and no double slash in the path.

https://www.rainrus.com/wp-content/plugins/wordpress-social-login/hybridauth/index.php
1 Like