Skip to content
fernandezpablo85 edited this page Sep 14, 2010 · 1 revision

WTF is OOB?

OOB, which stands for Out Of Band is a variation of the OAuth flow, useful when your application cannot expose a oauth_callback_url.

In this case the Verifier is shown to the user right after he authorizes your app and he/she has to copy and paste it manually somewhere in your application.

To use this kind of authentication, simply provide “oob” in the callback url property like this:

callback.url=oob 
Clone this wiki locally