Trying to install twitter auth, with accounts-twitter

when trying to configure the intial thingie, using

Set Callback URL to: http://127.0.0.1:3000/_oauth/twitter

I get error

The client application failed validation: Not a valid URL format.

I get this error twice, since I set localhost as the website and callback url.
since i’m in deveopemnt, i dont have any othe url to give.

help please.

Have you tried http://localhost:3000/_oauth/twitter?

1 Like

yes, same double error

Have you tried leaving that field blank?

According to the twitter API form, oauth1 clients should specify the callback URL when they request a token. Meteor’s oauth1 package gets the redirect URL from the service configuration, so as long as you’ve specified it when configuring the first time connection form I think it should work.

I maybe able to elave the callback url empty.(didnt understand what u wrote)
but i still get
Error
The client application failed validation: Not a valid URL format.

on my localhost:3000 website

here’s how mine is set up:
website url: http://127.0.0.1:3000
callback url: http://127.0.0.1:3000/_oauth/twitter?close

for twitter, “localhost” does not work, you need 127.0.0.1.

thanks ! it’s alive: )

for a real website https the twitter login fails now

for android , chrome is ok, android fails.