Updated callback url

This commit is contained in:
jvelilla
2015-06-30 18:11:56 -03:00
parent f1e8e1da58
commit 1cef32a1fb
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ feature {NONE} -- Initialization
do do
initilize (a_consumer) initilize (a_consumer)
create config.make_default (a_consumer.api_key, a_consumer.api_secret) create config.make_default (a_consumer.api_key, a_consumer.api_secret)
config.set_callback (a_host + "/account/oauth-callback"+ a_consumer.callback_name) config.set_callback (a_host + "/account/oauth-callback/"+ a_consumer.callback_name)
config.set_scope (a_consumer.scope) config.set_scope (a_consumer.scope)
--Todo create a generic OAUTH_20_GENERIC_API --Todo create a generic OAUTH_20_GENERIC_API
create oauth_api.make (a_consumer.endpoint, a_consumer.authorize_url, a_consumer.extractor) create oauth_api.make (a_consumer.endpoint, a_consumer.authorize_url, a_consumer.extractor)

BIN
roc.exe Normal file

Binary file not shown.