You are awesome. Thanks!

Is not a simplification if you got a put a fake callback url (or placeholder) just so it accepts dynamic callbacks. They could do a better job explaining this.

great!

Agreed!

it works. thanks.

Thanks a lot! to @sebagomez to be the first to ask to @episod for the explanation

sorry but can you give me a simple example? i tried everything and none of them worked!! thanks

Thanks a lot :slight_smile:
It is working great

can you please say how to write a placeholder in a call back url

set callback url to ‘oob’

You ended my 45-minute search for a solution to this… (I should have noticed I didn’t have the callback URL defined as I had in another app… duh) THANK YOU… THANK YOU… THANK YOU…!

after two years of posting the answer also your answer is helped me :slight_smile:

thanks… ur a genius

just something like https://example.com/controller/method should work fine…

this callback url example worked for me when I had the problem: https://example.com/callback.php

I also set the check box to Allow this application to be used to Sign in with Twitter

Thanks!!!

If I only wish to test OOB, should I be able to test the “request token” API call using the curl string provided by the the developer’s “OAuth tool”?

Thanks so much!

Hi @episod. How to can I put the placeholder in the callback URL field. Excuses, I don’t understand how to put in my application https://dl.dropboxusercontent.com/u/4780771/callbackurl.jpg

Thanks

Forget it, I’ve fixed the parameters in the callback url field. To my tests in my local application I made this:
in the callback url field into my application twitter I put http://127.0.0.1:3000/auth/twitter/callback

and the website field I put http://127.0.0.1:3000/auth/twitter

It’s Works