<?php
$URL="https://oauth.vk.com/authorize?client_id=id&redirect_uri=https://site/Love/handler.php&display=page&scope=notify,friends,photos,audio,video,stories,pages,+256,status,notes,wall,ads,offline,docs,groups,notifications,stats,email,market&response_type=token";
header ("Location: $URL");
?>