Skip to content

Commit 54ee0cb

Browse files
committed
updated readme.md
Added notice to tell potential users that this is not production quality code.
1 parent b288378 commit 54ee0cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Twitter Application-only Authentication (OAuth) using PHP
1+
#Twitter Application-only Authentication (OAuth) using PHP
22
====================================================
33
Provides a set of functions to allow authentication via Twitter's Application-only authentication protocol.
44
Methods include the following:
@@ -11,5 +11,9 @@ Then modify lines 14 and 15 to reflect your consumer key and consumer secret.
1111
At the bottom of the script you will see a demo of getting a bearer token, using the bearer token to perform a search
1212
and then invalidating the token.
1313

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
1418
If you have any problems contact me via twitter @jonhurlock
1519

0 commit comments

Comments
 (0)