diff --git a/oauth_common.pages.inc b/oauth_common.pages.inc index 7ffee8d..f091cd9 100644 --- a/oauth_common.pages.inc +++ b/oauth_common.pages.inc @@ -290,6 +290,7 @@ function oauth_common_form_authorize_submit(&$form, &$form_state) { 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