diff options
Diffstat (limited to 'lib/oauth.h')
-rw-r--r-- | lib/oauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oauth.h b/lib/oauth.h index 91696d83..4151d73f 100644 --- a/lib/oauth.h +++ b/lib/oauth.h @@ -34,7 +34,7 @@ struct oauth_info struct http_request *http; char *auth_params; - char *token; + char *request_token; char *access_token; }; |