Dependencies: EthernetNetIf mbed
Diff: main.cpp
- Revision:
- 4:45a7d7fc1161
- Parent:
- 2:2d0011b9bb1e
diff -r 1d4c6e8a1207 -r 45a7d7fc1161 main.cpp --- 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