Twitter(日本語)サンプルプログラム mbedセミナー演習4

Dependencies:   EthernetNetIf mbed HTTPClient_ToBeRemoved

Revision:
2:479eff49b94e
Parent:
1:c884a3b078d4
Child:
3:c4c63d3336f5
diff -r c884a3b078d4 -r 479eff49b94e TwitterExample.cpp
--- a/TwitterExample.cpp	Sat Aug 27 04:25:03 2011 +0000
+++ b/TwitterExample.cpp	Sat Aug 11 14:39:55 2012 +0000
@@ -44,7 +44,7 @@
   HTTPMap msg;
   msg["status"] = s; //A good example of Key/Value pair use with Web APIs
 
-  twitter.basicAuth("myuser", "mypass"); //We use basic authentication, replace with you account's parameters
+  twitter.basicAuth("jksoft_mbed", "aaaaa"); //We use basic authentication, replace with you account's parameters
   
   //No need to retieve data sent back by the server
   HTTPResult r = twitter.post("http://api.supertweet.net/1/statuses/update.xml", msg, NULL);