Ignore:
Timestamp:
2010-04-28T07:44:45Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a7c6d0e
Parents:
f1b7711 (diff), 3f668e47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging OAuth branch. It should be stable now and is documented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    rf1b7711 r23784065  
    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.