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>
Данный метод доступен только Desktop-приложениям. http://vkontakte.ru/developers.php?o=-1&p=status.set