Skip to content

Commit 633423d

Browse files
committed
Updated example comments to indicate OAuth 1.0
1 parent 42be954 commit 633423d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/GetTwitterStatus/GetTwitterStatus.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Get twitter status
33
4-
This example shows a REST API GET using OAuth
4+
This example shows a REST API GET using OAuth 1.0
55
authentication. It then parses the JSON response.
66
77
OAuth credentials can be retrieved from your Twitter

examples/Tweeter/Tweeter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tweeter
33
44
This sketch demonstrates how to post a Tweet directly to
5-
Twitter via the Twitter's HTTP API using OAuth for authenticaion.
5+
Twitter via the Twitter's HTTP API using OAuth 1.0 for authenticaion.
66
77
OAuth credentials can be retrieved from the following
88
website, using your Twitter account and creating a new

0 commit comments

Comments
 (0)