aboutsummaryrefslogtreecommitdiff
path: root/libraries/Bridge/examples
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2013-07-11 11:24:53 +0200
committerFederico Fissore <f.fissore@arduino.cc>2013-07-11 11:24:53 +0200
commit3ee30f326f3a9f2ffd42c8808656708a710fef6f (patch)
tree131101be2972aea12c013ee3d87d10526a038fcf /libraries/Bridge/examples
parent67d03f1ea463ae011100b5c6256fa376fac40220 (diff)
updated temboo examples
Diffstat (limited to 'libraries/Bridge/examples')
-rw-r--r--libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino4
-rw-r--r--libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino5
-rw-r--r--libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino9
-rw-r--r--libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino6
-rw-r--r--libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino4
-rw-r--r--libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino5
-rw-r--r--libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino4
-rw-r--r--libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino5
-rw-r--r--libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino6
9 files changed, 25 insertions, 23 deletions
diff --git a/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino b/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino
index 9d218f7..669aba5 100644
--- a/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino
+++ b/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino
@@ -1,7 +1,7 @@
/*
GetYahooWeatherReport
- Demonstrates making a request to the Yahoo! Weather API using the Temboo Arduino Yun SDK.
+ Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -12,7 +12,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino b/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino
index 1f93661..b2edd1f 100644
--- a/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino
+++ b/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino
@@ -2,7 +2,7 @@
ReadATweet
Demonstrates retrieving the most recent Tweet from a user's home timeline
- using the Temboo Arduino Yun SDK.
+ using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -18,7 +18,8 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun
is connected to the Internet.
- Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
+ Want to use another social API with your Arduino Yun? We've got Facebook,
+ Google+, Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino b/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino
index 5a530b3..2e34a82 100644
--- a/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino
+++ b/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino
@@ -1,7 +1,7 @@
/*
SendATweet
- Demonstrates sending a tweet via a Twitter account using the Temboo Arduino Yun SDK.
+ Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -13,13 +13,14 @@
the Twitter dev console at https://dev.twitter.com. Note that since this
sketch creates a new tweet, your application will need to be configured with
read+write permissions. After creating the app, you'll find OAuth credentials
- for that application under the "OAuth Tool" tab.
- Substitute these values for the placeholders below.
+ for that application under the "OAuth Tool" tab. Substitute these values for
+ the placeholders below.
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
+ Want to use another social API with your Arduino Yun? We've got Facebook,
+ Google+, Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino b/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino
index ad51340..a1cabce 100644
--- a/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino
+++ b/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino
@@ -1,7 +1,7 @@
/*
SendAnEmail
- Demonstrates sending an email via a Google Gmail account using the Temboo Arduino Yun SDK.
+ Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -11,12 +11,12 @@
Since this sketch uses Gmail to send the email, you'll also need a valid
Google Gmail account. The sketch needs the username and password you use
- to log into your Gmail account: substitute the placeholders below for these values.
+ to log into your Gmail account - substitute the placeholders below for these values.
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino b/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino
index e4d0ec9..04c827e 100644
--- a/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino
+++ b/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino
@@ -1,7 +1,7 @@
/*
SendAnSMS
- Demonstrates sending an SMS via a Twilio account using the Temboo Arduino Yun SDK.
+ Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -25,7 +25,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino b/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino
index efa1219..1f1b6b4 100644
--- a/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino
+++ b/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino
@@ -1,8 +1,7 @@
/*
SendDataToGoogleSpreadsheet
- Demonstrates appending a row of data to a Google spreadsheet from the Arduino Yun
- using the Temboo Arduino Yun SDK.
+ Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -30,7 +29,7 @@
NOTE that the first time you run this sketch, you may receive a warning from
Google, prompting you to authorize access from a 3rd party system.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
diff --git a/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino b/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino
index 8539b53..3b7f1d1 100644
--- a/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino
+++ b/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino
@@ -1,7 +1,7 @@
/*
ToxicFacilitiesSearch
- Demonstrates making a request to the Envirofacts API using the Temboo Arduino Yun SDK.
+ Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yun.
This example retrieves the names and addresses of EPA-regulated facilities in the
Toxins Release Inventory (TRI) database within a given zip code.
@@ -14,7 +14,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino b/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino
index a52583e..dd8cabd 100644
--- a/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino
+++ b/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino
@@ -1,7 +1,7 @@
/*
UpdateFacebookStatus
- Demonstrates sending a Facebook status update using the Temboo Arduino Yun SDK.
+ Demonstrates sending a Facebook status update using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@@ -18,7 +18,8 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun
is connected to the Internet.
- Looking for social APIs? We've got Twitter, Google+, Instagram, Tumblr and more.
+ Want to use another social API with your Arduino Yun? We've got Twitter, Google+,
+ Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/
diff --git a/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino b/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino
index caecbe1..744dcdb 100644
--- a/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino
+++ b/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino
@@ -1,8 +1,8 @@
/*
UploadToDropbox
- Demonstrates uploading a file to Dropbox using the Temboo Arduino Yun SDK.
-
+ Demonstrates uploading a file to a Dropbox account using Temboo from an Arduino Yun.
+
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
A Temboo account and application key are necessary to run all Temboo examples.
@@ -24,7 +24,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
- Looking for another API? We've got over 100 in our Library!
+ Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/