$ua = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36";
$email = "mail buaraya";
$pass = "şifreburaya";
$curl = curl_init();
curl_setopt($curl,CURLOPT_URL,$url);
curl_setopt($curl, CURLOPT_HEADER, 1);
curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);
curl_setopt($curl,CURLOPT_USERAGENT,$ua);
curl_setopt($curl,CURLOPT_REFERER, "http://m.vk.com");
curl_setopt($curl,CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($curl,CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($curl, CURLOPT_AUTOREFERER, 1);
curl_setopt($curl,CURLOPT_SSL_VERIFYPEER, 1);
curl_setopt($curl,CURLOPT_COOKIEFILE,$cfile);
curl_setopt($curl,CURLOPT_COOKIEJAR,$cfile);
$exec = curl_exec($curl);
php ile
vk.com a basit yoldan email ve şifre yazılı yerlere girerek login olmak istiyorum ama başaramadım login olmak için başka ne eklemem gerek? bilgisi olan yarım edebilirmi?