aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter_lib.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2013-01-14 22:32:59 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2013-01-14 22:32:59 +0000
commit75bda8b5af30cbe659d7bdd4d06fafbea85782ab (patch)
tree725387a1ab69cd93616a2cbfacef878475c3857f /protocols/twitter/twitter_lib.h
parent35571fb5d713f61bba6a4a3a91aed8c41827cc66 (diff)
Fixed Twitter favourite command. Its syntax was silently changed in the 1.1
API. A full list of diffs would be helpful, guys...
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r--protocols/twitter/twitter_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h
index b3280e66..f59c81ef 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -68,8 +68,8 @@
/* Favorites URLs */
#define TWITTER_FAVORITES_GET_URL "/favorites.json"
-#define TWITTER_FAVORITE_CREATE_URL "/favorites/create/"
-#define TWITTER_FAVORITE_DESTROY_URL "/favorites/destroy/"
+#define TWITTER_FAVORITE_CREATE_URL "/favorites/create.json"
+#define TWITTER_FAVORITE_DESTROY_URL "/favorites/destroy.json"
/* Block URLs */
#define TWITTER_BLOCKS_CREATE_URL "/blocks/create/"