diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-12-22 01:20:24 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-12-22 01:20:24 +0100 |
commit | 7d5afa6405cbe253fd55d815f2c785c581a13e0f (patch) | |
tree | 53ab3ee0dffb6f9636f0cad560e9f9f915c93abb | |
parent | cc6fdf8fe5a044db58ed74e69673cf4270080d45 (diff) |
Updated report_spam API URL to 1.1. Fixes #1011.
-rw-r--r-- | protocols/twitter/twitter_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h index d5f5b16a..b3280e66 100644 --- a/protocols/twitter/twitter_lib.h +++ b/protocols/twitter/twitter_lib.h @@ -76,7 +76,7 @@ #define TWITTER_BLOCKS_DESTROY_URL "/blocks/destroy/" /* Report spam */ -#define TWITTER_REPORT_SPAM_URL "/report_spam.json" +#define TWITTER_REPORT_SPAM_URL "/users/report_spam.json" #define TWITTER_USER_STREAM_URL "https://userstream.twitter.com/1.1/user.json" |