John Delmark Aguilar
Would you like to react to this message? Create an account in a few clicks or log in to continue.
John Delmark Aguilar

Personal Forum
 
HomeSearchLatest imagesRegisterLog in

 

 Facebook Auto Like [Google Script]

Go down 
AuthorMessage
dElmARk
Admin
Admin
dElmARk


Posts : 92
Join date : 09/04/2012

Facebook Auto Like [Google Script] Empty
PostSubject: Facebook Auto Like [Google Script]   Facebook Auto Like [Google Script] Icon_minitimeSun Mar 02, 2014 2:24 pm

Code:
var config={
 token:"Token Here"
};
 
getpost();
function getpost(){
  var response = UrlFetchApp.fetch("https://graph.facebook.com/me/home?limit=9&access_token=" + config.token);
  var b=Utilities.jsonParse(response.getContentText());
  like(b.data[0].id);  like(b.data[1].id);  like(b.data[2].id);
  like(b.data[3].id);  like(b.data[4].id);  like(b.data[5].id);
  like(b.data[6].id);  like(b.data[7].id);  like(b.data[8].id);
 
}

function like(pids){
  var response = UrlFetchApp.fetch("https://graph.facebook.com/" + pids + "/likes?access_token=" + config.token +"&method=POST");
  return response;
}
Back to top Go down
https://delmark.forumtl.com
 
Facebook Auto Like [Google Script]
Back to top 
Page 1 of 1
 Similar topics
-
» Facebook Share GIF
» UPDATE Facebook Status w/ MP3 STREAMING
» Facebook Access Token via Skype

Permissions in this forum:You cannot reply to topics in this forum
John Delmark Aguilar :: Public Forum :: Lobby/Social :: Social Community Sites-
Jump to: