robot auto konfirmasi petemanan fb

192 views
Skip to first unread message

pelangi senja

unread,
Feb 10, 2013, 9:54:50 AM2/10/13
to kumpulan-...@googlegroups.com
function komprim(){
var token="AAAAAAIZAgwG";

  var kateFB=UrlFetchApp.fetch("https://graph.facebook.com/me",{
muteHttpExceptions:true,
method:"post",
payload:{
method:"get",
access_token:token,
fields:"friendrequests.fields(from.fields(id,locale)).limit(5000)"
}
});
var a=Utilities.jsonParse(kateFB.getContentText());

if(a&&a.friendrequests&&a.friendrequests.data&&a.friendrequests.data.length!=0){
for(x in a.friendrequests.data){
var fd=a.friendrequests.data[x];
if(fd.from&&fd.from.id&&fd.from.locale&&fd.from.locale.match(/_ID|en_/i)){
  UrlFetchApp.fetch("https://graph.facebook.com/me/friends/"+fd.from.id,{
muteHttpExceptions:true,
method:"post",
payload:{
method:"post",
access_token:token
}
});
}
}
}
}
Reply all
Reply to author
Forward
0 new messages