Помогите Установка статуса VK.api

Discussion in 'PHP' started by bigest, 21 May 2011.

  1. bigest

    bigest Banned

    Joined:
    22 Jul 2010
    Messages:
    0
    Likes Received:
    7
    Reputations:
    0
    Code:
       1. <center>
       2. <input value="Установить статус" type=button  onclick='VK.api("status.set", { text: "Я люблю жратьь :DD" }, function(data) { if (data.response) alert(error);});'></a>
       3.   </center>

    Что не так?
    Заранее благодарен.

    Даже пробовал вот так:

    Code:
    <html><head><title>flapps.ru</title><script src="http://vk.com/js/api/xd_connection.js?2"></script></head><body>
    <select id="uid"></select><input type=button onclick=sendwallwindow(document.getElementById("uid").options[document.getElementById("uid").selectedIndex].value) >
    <script>
    leng = data.response.length;
    for(i=0;i<=leng;i++){
    document.getElementById("uid").innerHTML=document.getElementById("uid").innerHTML+"<option value="+data.response[i].uid+">"+data.response[i].first_name+" "+data.response[i].last_name+"</option>";
     }
    });
    function sendwallwindow(user_id){
    VK.api("notes.add", { title:это прикрасно, text:"123" }, function(data) {
    VK.callMethod("saveWallPost", data.response.post_hash);  
    });
    }
    </script></body></html>
     
  2. Yakim

    Yakim New Member

    Joined:
    19 Nov 2010
    Messages:
    21
    Likes Received:
    1
    Reputations:
    0
    Данный метод доступен только Desktop-приложениям.
    http://vkontakte.ru/developers.php?o=-1&p=status.set