Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    r3bd4a93 rc42e8b9  
    3737        char* user;
    3838        char* pass;
     39        char* oauth;
     40        struct oauth_info *oauth_info;
    3941        guint64 home_timeline_id;
    4042        gint main_loop_id;
     
    5052GSList *twitter_connections;
    5153
     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
    5258#endif //_TWITTER_H
Note: See TracChangeset for help on using the changeset viewer.