Hello everyone, yesterday I wrote a tutorial on Get Token Facebook Full rights. Today I will show you how to create the latest Curl Share Facebook for you. This method I have tried and tested and it works very well.
Join the channel Telegram belong to AnonyViet 👉 Link 👈 |
What is Curl Share Facebook and how does it work?
This is an automatic sharing system created by you to increase the Share of the Facebook post you want. Specifically, you will create a number of virtual Fanpages to manage. When you give the order, the Fanpages in turn Share the article you specify.
- For example, I have 50 virtual Fanpage, each time I run Curl Share for an article, I will share 50 shares.
- Run 2 times, then 100 shares, so each time running, each Fanpage will share the article once.
- That is the principle of operation that I will guide in this article.
Instructions on how to create Curl Share Facebook
Preparation steps to create Curl Share Facebook include:
You can get ID with Facebook BigPack Tools Version 1.5 or get ID at website: https://findmyfbid.com/
Implementation Guide
Create a File named sharefb.php on your Host with the following File content:
<html> <meta charset="utf-8" /> <title>CURL SHARE</title> <head> <script type="text/javascript"> var time = 55; //How long (in seconds) to countdown var page = "javascript:window.location.href=window.location.href"; //The page to redirect to function countDown(){ time--; gett("container").innerHTML = time; if(time == -1){ window.location = page; } } function gett(id){ if(document.getElementById) return document.getElementById(id); if(document.all) return document.all.id; if(document.layers) return document.layers.id; if(window.opera) return window.opera.id; } function init(){ if(gett('container')){ setInterval(countDown, 1000); gett("container").innerHTML = time; } else{ setTimeout(init, 50); } } document.onload = init(); </SCRIPT> </head> <body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script> var token = ''; // token cua tai khoan la Admin cua cac page tao hang loat var id = ''; // id bai viet ban muon curl like var limit="999"; // so luong toi da page dung de share var success = 0, fail = 0; $.getJSON('https://graph.fb.me/me/accounts?access_token='+token+'&limit="+limit+"&method=get', function(ds){ $('#stt').text('Token Live'); for(var i = 0; i < ds.data.length; i++){ $.getJSON('https://graph.fb.me/'+id+'/sharedposts?access_token='+ds.data[i].access_token+'&method=post').done(function(){ success++; $('#success').text('Success: '+success); }).fail(function(){ fail++; $('#fail').text('That bai: '+fail); }); } }).fail(function(){$('#stt').text('Die');}); </script> <span>Trạng thái:</span> <span id="stt"></span> <p id="success">Đang xử lí...</p> <p id="fail">Đang xử lí...</p> <h2>Refresh sau : <span id="container"></span> second(s)!</h2> </body> </html>
You need to add values in 2 lines:
var token = ''; // token cua tai khoan la Admin cua cac page tao hang loat var id = ''; // id bai viet ban muon curl like
- Paste the account token with Admin rights of the Page you created in bulk in the middle of the sign ‘ ‘
- Paste the ID of the post you want to increase shares in the middle of the sign ‘ ‘
Similar to this:
Finally, after pasting enough Tokens and article IDs to share, you just need to open the File sharefb.php on the host up and enjoy the results.
For example: https://anonyviet.com/sharefb.php
Here are my results after running Curl Share for the article.
Like Fanpage or follow website to update good articles.
Good luck
Lmint.