You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a set of functions to allow authentication via Twitter's Application-only authentication protocol.
4
4
Methods include the following:
@@ -11,5 +11,9 @@ Then modify lines 14 and 15 to reflect your consumer key and consumer secret.
11
11
At the bottom of the script you will see a demo of getting a bearer token, using the bearer token to perform a search
12
12
and then invalidating the token.
13
13
14
+
## Notice
15
+
This code is not tested and probably shouldn't be put into production systems, and is only supposed to reperesent the steps involved in performing application-only authentication.
16
+
17
+
## contact me
14
18
If you have any problems contact me via twitter @jonhurlock
0 commit comments