Changeset 0bff877
- Timestamp:
- 2010-04-27T22:49:58Z (15 years ago)
- Branches:
- master
- Children:
- 3f668e47
- Parents:
- 18dbb20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/oauth.c
r18dbb20 r0bff877 273 273 274 274 params_s = oauth_params_string( params ); 275 oauth_params_free( params_);275 oauth_params_free( ¶ms ); 276 276 277 277 s = oauth_sign( "POST", url, params_s, NULL ); … … 354 354 struct oauth_info *st = req->data; 355 355 356 st->http = req; 357 356 358 if( req->status_code == 200 ) 357 359 {
Note: See TracChangeset
for help on using the changeset viewer.