Ignore:
Timestamp:
2010-04-26T21:50:48Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c42e8b9
Parents:
acba168
Message:

Twitter module now generates authorize URLs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.h

    racba168 r713d611  
    5151GSList *twitter_connections;
    5252
     53#define TWITTER_OAUTH_REQUEST_TOKEN "http://api.twitter.com/oauth/request_token"
     54#define TWITTER_OAUTH_ACCESS_TOKEN  "http://api.twitter.com/oauth/access_token"
     55#define TWITTER_OAUTH_AUTHORIZE     "http://api.twitter.com/oauth/authorize"
     56
    5357#endif //_TWITTER_H
Note: See TracChangeset for help on using the changeset viewer.