Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.h

    rb890626 rc0f33f1  
    2929#include "twitter_http.h"
    3030
    31 #define TWITTER_API_URL "http://twitter.com"
    32 #define IDENTICA_API_URL "http://identi.ca/api"
     31#define TWITTER_API_URL "http://api.twitter.com/1"
     32#define IDENTICA_API_URL "https://identi.ca/api"
    3333
    3434/* Status URLs */
     
    4747
    4848/* Users URLs */
    49 #define TWITTER_SHOW_USERS_URL "/users/show.xml"
    50 #define TWITTER_SHOW_FRIENDS_URL "/statuses/friends.xml"
    51 #define TWITTER_SHOW_FOLLOWERS_URL "/statuses/followers.xml"
     49#define TWITTER_USERS_LOOKUP_URL "/users/lookup.xml"
    5250
    5351/* Direct messages URLs */
Note: See TracChangeset for help on using the changeset viewer.