Dependencies:   EthernetNetIf mbed

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Thu Aug 05 15:17:52 2010 +0000
Parent:
3:1d4c6e8a1207
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jul 09 14:49:40 2010 +0000
+++ b/main.cpp	Thu Aug 05 15:17:52 2010 +0000
@@ -1,7 +1,7 @@
 // RFID Tweeter
 /*
   Update: 21-06-2010
-  The basic authentication service for twitter is going down at the end of the week.
+  The basic authentication service for twitter is going down.
   To continue using that program, the code has been updated to use http://supertweet.net which acts as an API proxy.
   Simply visit the website to setup your twitter account for this API.
   See: http://www.supertweet.net/about/documentation
@@ -12,7 +12,7 @@
 #include "EthernetNetIf.h"
 #include "HTTPClient.h"
 
-#define TWITTER_USER "donatiengarnier"
+#define TWITTER_USER "myusername"
 #define TWITTER_PASSWORD "myverysecurepassword"
 
 #define IDS_COUNT 3