Ignore:
Timestamp:
2013-01-14T22:32:59Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a9a6598
Parents:
35571fb
Message:

Fixed Twitter favourite command. Its syntax was silently changed in the 1.1
API. A full list of diffs would be helpful, guys...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    r35571fb r75bda8b  
    6969/* Favorites URLs */
    7070#define TWITTER_FAVORITES_GET_URL "/favorites.json"
    71 #define TWITTER_FAVORITE_CREATE_URL "/favorites/create/"
    72 #define TWITTER_FAVORITE_DESTROY_URL "/favorites/destroy/"
     71#define TWITTER_FAVORITE_CREATE_URL "/favorites/create.json"
     72#define TWITTER_FAVORITE_DESTROY_URL "/favorites/destroy.json"
    7373
    7474/* Block URLs */
Note: See TracChangeset for help on using the changeset viewer.