Fill out the Name, Description, and Website information. Agree to the terms and conditions, and complete the Captcha. If all is well, Twitter will create an new application for you.
_CONSUMER_KEY <- "YOUR KEY"
_CONSUMER_SECRET <- "YOUR SECRET"
_ACCESS_TOKEN <- "YOUR TOKEN"
_ACCESS_SECRET <- "YOUR SECRET"
Paste your information inside the quotes.
//twitter.update_status("The temperature is: " + v + "F.");
Click "Build and Run" in the web IDE. Check the log, if you don't see any errors you have tweeted successfully. Check your Twitter account for the message.
If you do see error messages, check all of your keys and tokens for accuracy, and try again.
Congrats! Your Electric Imp can tweet! Don't forget to send a tweet to @adafruit and @electricimp!
Stay tuned for an upcoming tutorial on building a dual probe thermocouple temperature monitor with LCD readout using the Adafruit Arduino enclosure.