$postData = array(
'shop_user[login]' => $kpLogin,
'shop_user[pass]' => $kpPassword,
'shop_user[mem]' => 'on'
);
$headers = array('Content-Type' => 'text/html', 'Charset' => 'windows-1251');
include('../library/Requests.php');
Requests::register_autoloader();
$response = Requests::post('http://www.kinopoisk.ru/login/', $headers, null, $postData);
echo $response->body;
$scope.options['TASKS_'+item.ID] = $scope.rightsData.taskinmodule[item.ID].ID;
не помогает...