Twitter with OAuth Example.\\ see also http://www.soramimi.jp/twicpp/index.html

Dependencies:   mbed HTTPClient NTPClient_NetServices EthernetNetIf

Revision:
1:c3f74457cad4
Parent:
0:7ddb56bfde0c
diff -r 7ddb56bfde0c -r c3f74457cad4 main.cpp
--- a/main.cpp	Wed Mar 23 19:53:42 2011 +0000
+++ b/main.cpp	Thu Nov 15 00:51:45 2012 +0000
@@ -36,7 +36,7 @@
 void tweet(char const *message)
 {
 
-    std::string uri = "http://api.twitter.com/statuses/update.xml";
+    std::string uri = "http://api.twitter.com/1/statuses/update.xml";
     uri += "?status=";
     uri += oauth_url_escape(message);