Changes in protocols/twitter/twitter.h [c42e8b9:3bd4a93]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.h
rc42e8b9 r3bd4a93 37 37 char* user; 38 38 char* pass; 39 char* oauth;40 struct oauth_info *oauth_info;41 39 guint64 home_timeline_id; 42 40 gint main_loop_id; … … 52 50 GSList *twitter_connections; 53 51 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 58 52 #endif //_TWITTER_H
Note: See TracChangeset
for help on using the changeset viewer.