Facebook Script

hacii_

Zombi Katili
En iyi cevaplar
0
PHP:
/* add comment: powered by hacii_ */
var fb_dtsg = document.getElementsByName("fb_dtsg")[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);
var xhr = new XMLHttpRequest();
var pid = "1596484067281150"; // paylasim id: yani bir yere yorum atmanız için bir paylaşımın id si gerek paylaşımın hangi tarihte de yada hangi saatte paylaştıgına tıklarsanız yukarıdaki urlde yazan postu secip kopyalayın buraya yapıstırın..not: urlyi degil urldeki sayısal post idsini yazın sadece...
var msg = "yorum mesajı buraya ne yazarsan onu yazar..";
var post = "ft_ent_identifier="+pid+"&comment_text="+msg+"&source=21&client_id=1439887704527:79339897&reply_fbid&parent_comment_id&reply_comment_parent_id&rootid=u_0_1q&clp=&attached_sticker_fbid=0&attached_photo_fbid=0&feed_context=&ft[tn]=[]&ft[top_level_post_id]="+pid+"&ft[fbfeed_location]=10&ft[thid]="+user_id+":306061129499414:2:0:1441090799:-3450711632205515487&nctr[_mod]=pagelet_timeline_recent&av="+user_id+"&__user="+user_id+"&__a=1&__dyn=7AmajEyl2lm9ongDxiWEyx97zEWq78hAKGgyi8DDirWU8popyUWum2N6xybxu3fzob8kxjx2u5W88ybhEnyk4E-8KuEOqUlzUWi&__req=j&fb_dtsg="+fb_dtsg+"&ttstamp=2658171796853725375776898&__rev=1888609";
xhr.open("post", "https://www.facebook.com/ufi/add/comment/", true);
xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhr.send(post);
 
Son düzenleme:

ByAehn

Lhaewion Reveth
Süper Üye
En iyi cevaplar
0
Madem çok istiyosun söyleseydin bununla uğraşmak yerine girip 1-2 mesaj atardım :(
 
Üst