Advertisement
fadhiilrachman

Instagram Bot Auto Follow Back

Sep 2nd, 2016
872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function IG_followBack() {
  2.   var url = "https://api.fadhiilrachman.id/instagram/respondFollowBack.php?",
  3.   opt = {
  4.     "method": "GET",
  5.     "payload": {
  6.     },
  7.     "muteHttpExceptions": true,
  8.     "followRedirects" : true,
  9.   },
  10.   username='YOUR_USERNAME_HERE', password='YOUR_PASSWORD_HERE';
  11.   UrlFetchApp.fetch(url + 'username=' + username + '&password=' + password,opt);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement