File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ It's similar to the [excellent Snaphax library](http://github.com/tlack/snaphax)
10
10
built by Thomas Lackner <[ @tlack ] ( http://twitter.com/tlack ) >, but the approach
11
11
is different enough that I figured it deserved its own repo.
12
12
13
+ It now also supports storing the authentication key between requests, so you don't have to hammer Snapchat
14
+ with your login requests and get blocked. Look futher down the page for that.
15
+
13
16
We love it when developers add new features, fix bugs, and submit pull requests.
14
17
(We need more pull requests!)
15
18
@@ -111,7 +114,7 @@ $snapchat->logout();
111
114
112
115
How to stop getting blocked by Snapchat
113
116
------------
114
- This example will show you how to log into an account and store the auth key between sessions .
117
+ This example will show you how to log into an account and store the auth key between requests .
115
118
This is just an example and should not be deployed to production (you need to keep that auth key secret!)
116
119
117
120
``` php
You can’t perform that action at this time.
0 commit comments