'm trying to implement OAuth authentication with twitter. To test locally I need to add the callback URL (localhost), However, it says ‘Invalid website url’ when I put in the localhost URL.

The documentation callback-urls states that this should be valid.

(P.S. I did the same thing with Google where the localhost URL (localhost) was accepted)

Yeah the docs should suggest to use something like https://ngrok.com/ to create your callback url for your own machine for testing - that has worked for me in the past

I was just able to save http://localhost/callback in an app so you could try not using the IP address.

2 Likes

Just tried using localhost, does not work for me apparently

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.