Changeset 748bcdd for protocols/twitter
- Timestamp:
- 2010-11-21T15:23:54Z (14 years ago)
- Branches:
- master
- Children:
- 495d21b
- Parents:
- bb151f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
rbb151f7 r748bcdd 108 108 109 109 td->oauth_info = oauth_request_token( &twitter_oauth, twitter_oauth_callback, ic ); 110 111 /* We need help from the user to complete OAuth login, so don't time 112 out on this login. */ 113 ic->flags |= OPT_SLOW_LOGIN; 110 114 } 111 115
Note: See TracChangeset
for help on using the changeset viewer.