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 89d86cd commit 237c62eCopy full SHA for 237c62e
src/snapchat_agent.php
@@ -11,7 +11,7 @@ abstract class SnapchatAgent {
11
* App version (as of 2013-11-20). Before updating this value, confirm
12
* that the library requests everything in the same way as the app.
13
*/
14
- const VERSION = '6.0.2';
+ const VERSION = '4.1.07';
15
16
/*
17
* The API URL. We're using the /bq endpoint, the one that the iPhone
@@ -53,7 +53,7 @@ abstract class SnapchatAgent {
53
CURLOPT_CONNECTTIMEOUT => 5,
54
CURLOPT_RETURNTRANSFER => TRUE,
55
CURLOPT_TIMEOUT => 10,
56
- CURLOPT_USERAGENT => 'Snapchat/6.0.2 (iPhone; iOS 7.0.4; gzip)',
+ CURLOPT_USERAGENT => 'Snapchat/4.1.07 (Nexus 4; Android 18; gzip)',
57
);
58
59
/**
0 commit comments