diff --git a/src/snapchat_agent.php b/src/snapchat_agent.php index 644ddee..5e63548 100644 --- a/src/snapchat_agent.php +++ b/src/snapchat_agent.php @@ -296,6 +296,10 @@ public function post($endpoint, $data, $params, $multipart = FALSE) { CURLOPT_POST => TRUE, CURLOPT_POSTFIELDS => $data, CURLOPT_URL => self::URL . $endpoint, + CURLOPT_HTTPHEADER => array( + 'Accept-Language: en-GB;q=1, en;q=0.9', + 'Accept-Locale: en' + ), ); curl_setopt_array($ch, $options);