Twitter API 1.1 test program. (use SuperTweet.net)

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Twitter API V1.1とSuperTweetを使用してtweetするプログラムです。
オフィシャル版のHTTPClientではBASIC認証をサポートしていないので、Kazushi MukaiyamaさんのHTTPClientライブラリを使用しています。

Files at this revision

API Documentation at this revision

Comitter:
kanpapa
Date:
Sat Jun 15 14:22:31 2013 +0000
Parent:
3:77c1d75e96a6
Commit message:
add comments.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 77c1d75e96a6 -r 064d41eb0a16 main.cpp
--- a/main.cpp	Sat Jun 15 14:01:02 2013 +0000
+++ b/main.cpp	Sat Jun 15 14:22:31 2013 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "EthernetInterface.h"
-#include "HTTPClient.h"
+#include "HTTPClient.h" // basicauth enabled. http://mbed.org/users/kazushi2008/code/HTTPClient/
 
 EthernetInterface eth;
 HTTPClient twitter;