8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42be954 commit 633423dCopy full SHA for 633423d
examples/GetTwitterStatus/GetTwitterStatus.ino
@@ -1,7 +1,7 @@
1
/*
2
Get twitter status
3
4
- This example shows a REST API GET using OAuth
+ This example shows a REST API GET using OAuth 1.0
5
authentication. It then parses the JSON response.
6
7
OAuth credentials can be retrieved from your Twitter
examples/Tweeter/Tweeter.ino
@@ -2,7 +2,7 @@
Tweeter
This sketch demonstrates how to post a Tweet directly to
- Twitter via the Twitter's HTTP API using OAuth for authenticaion.
+ Twitter via the Twitter's HTTP API using OAuth 1.0 for authenticaion.
OAuth credentials can be retrieved from the following
8
website, using your Twitter account and creating a new
0 commit comments