If you use Webstie Auto Like and Auto Reaction but are afraid of losing tokens. Then use Code Auto to drop Reaction on the author’s Facebook
The code is written by the author on NodeJS and you can customize it to your liking.Join the channel Telegram belong to AnonyViet 👉 Link 👈 |
Use of Code Auto to drop React on Facebook
Code Auto drop heart, drop sad face, smiley face .. into some objects specified by you.
Using
To use the Code you need support software NodeJS. Please select the appropriate version for your computer, and install:
Then download Code Facebook-reaction at the link below:
You unzip the downloaded file to the drive C:\ (My example is in drive C:\ easy for you to do).
Use Notepad or any editor to edit the file “main.js”. The content you need to edit is from the line 7, 8, 9, and 10.
let my_id = 'YOUR_ID_HERE'; // Put your facebook ID here, ex: 100239482 let token = 'YOUR_ACCESS_TOKEN_HERO'; // Your access token here: EAAAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX let ids = ['ID_PEOPLE', 'ID_PEOPLE']; // Put the ids of who you wanna react to, ex: ['105601560', '10081564'] let react = ['LOVE', 'WOW', 'HAHA']; // List of reactions. Valid reaction list: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL
- let my_id= is your Facebook ID ==> How to see facebook ID.
- let token= is your Facebook account Token ==> How to get tokens manually.
- let ids = is the ID of the people you want to drop the React. You can drop reactions to multiple people at the same time. ==> How to view Facebook ID.
- let react = Reaction type you want to drop. Includes 7 categories: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL.
For example:
let my_id = '1488816073'; // Put your facebook ID here, ex: 100239482 let token = 'EAAAAUaZA8jlABALn00nI5byuzc2AePm9deXVOdXT4B93VuXjjeMg2ZBbVlHGdvydwIjMzD7p0sgR41jrY4Tl2YOkONtIAr64ec0IFrQZA4rBiOCTW0S3FRZA1hWtJ8K6wZArPoqZCJhXO4rSwvVEA3Thq0wlqYxj1ZD'; // Your access token here: EAAAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX let ids = ['100011313607719', '100012244234431']; // Put the ids of who you wanna react to, ex: ['105601560', '10081564'] let react = ['LOVE', 'WOW', 'HAHA', 'SAD']; // List of reactions. Valid reaction list: LIKE, LOVE, WOW, HAHA, SAD, ANGRY, THANKFUL
Now you open CMD, and type the command
cd c:\facebook-reaction-master
Continue to run the commands below to download the library package for NodeJS
npm install
Finally, use the command below to start releasing the reaction.
node main.js
That’s it, wait a few seconds the wall of the person you want to react to will be filled with emojis from your account.