diff --git a/oauth_common.pages.inc b/oauth_common.pages.inc index 854aeb0..e70f84b 100644 --- a/oauth_common.pages.inc +++ b/oauth_common.pages.inc @@ -288,6 +288,7 @@ function oauth_common_form_authorize_submit(&$form, &$form_state) { $query = array(); parse_str($callback['query'], $query); $query['oauth_token'] = $token->key; + $query['oauth_token_secret'] = $token->secret; $callback['query'] = http_build_query($query, 'idx_', '&'); // Return to the consumer site