I'm trying to get OAuth working with django, using the scheme outlined at Help:Toolforge/My first Django OAuth tool. When I get to https://spi-tools-dev.toolforge.org/oath/login/mediawiki/, I get the error:
AuthException at /oath/login/mediawiki/
Error: oauth_callback must be set, and must be set to "oob" (case-sensitive)
which is mentioned at OAuth/For_Developers#Authorization. What's not clear is what I'm supposed to do about it.