Open
Description
I tried to setup a callback but it's never called. The oauth documentation says that I must provide oauth_callback
parameters but I get an error saying that the callback is missing. It works if I use callback
, after the user grants the authorisation I'm shown a page with a verification token. What am I supposed to do with this token? Why the callback isn't called?