Fixed compatibility for HTTPClient Library. (HTTPClient by Donatien Garnier)
Dependents: FlashAir_Twitter CyaSSL-Twitter-OAuth4Tw TweetTest NetworkThermometer ... more
Fork of OAuth4Tw by
Diff: OAuth4Tw.cpp
- Revision:
- 2:a057c813fb02
- Parent:
- 0:0048b264a3ad
- Child:
- 3:c28b796ef7ed
--- a/OAuth4Tw.cpp Sun Dec 14 07:53:41 2014 +0000
+++ b/OAuth4Tw.cpp Mon Dec 15 12:24:37 2014 +0000
@@ -20,7 +20,6 @@
req_url = oauth_sign_url2(uri, &postarg, OA_HMAC, 0,
consumer_key, consumer_secret, token_key, token_secret);
- printf("req_url2:%s\n", req_url.c_str());
postres = oauth_http_post(req_url.c_str(), postarg.c_str());
return postres;
ban4jp -
