Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    rc42e8b9 r3bd4a93  
    3737        char* user;
    3838        char* pass;
    39         char* oauth;
    40         struct oauth_info *oauth_info;
    4139        guint64 home_timeline_id;
    4240        gint main_loop_id;
     
    5250GSList *twitter_connections;
    5351
    54 #define TWITTER_OAUTH_REQUEST_TOKEN "http://api.twitter.com/oauth/request_token"
    55 #define TWITTER_OAUTH_ACCESS_TOKEN  "http://api.twitter.com/oauth/access_token"
    56 #define TWITTER_OAUTH_AUTHORIZE     "http://api.twitter.com/oauth/authorize"
    57 
    5852#endif //_TWITTER_H
Note: See TracChangeset for help on using the changeset viewer.