Перейти к содержимому
Yellow Web

Automation and traffic arbitrage

Поиск
Русский
Русский
Категории
  • Browsers
  • Domains
  • Cloaking
  • Creatives
  • Lend-Prockles
  • Sync by honeybunny
  • PP
  • Scripts
  • Tips-Friendly
  • Software
  • Trackers
  • FB
  • Finance

Boosting comments on Facebook via the API

25 comments / Scripts, Tips-Friendly, FB

Greetings, esteemed public! Here's Yellow, and today we're going to take a look at adding comments to our promotional posts.

I'm a bit surprised that the arbitration community, which is actively interested in the possibilities of Facebook API, still does not have a suitable recruiting software, although the idea seems to be on the surface. Hopefully, after this article is published, these tools will appear on the market.

So, I responsibly declare that by the end of this reading, you will have a simple way to get the hang of it, with which you can immediately get down to business!

What we'll need:

  1. Several autoregs, with uploaded avatar and with a name for the desired GEO (in the CIS - with Russian, the burg with names in Latin)
  2. Access Tokens from each of these autoregs
  3. The post ID of your ad
  4. Identifier of the fp where the post is posted
  5. The CURL program with which we will send requests
  6. Comment texts

If with the first two points everything is clear, then with the rest let's deal in detail.

Getting the post identifier of the commitment

Inside fb, every ad "belongs" to the fp from which you spin it. That is, it is essentially a post on the ffp. To get the post ID, go to Page Posts in the menu, select your ad and see:

At the same time, right there you can get the fp identifier: move your mouse to ... in the upper right corner and see a link at the bottom that says context_id=1111111 this will be the id of our fp.

Publish a comment using CURL

We have almost everything ready to publish our first comment. To send requests to the API we will use the console program CURL. On mac it's built-in by default, so we just run Terminal. And for Windows download CURL from here and unzip the archive into any folder, then run the console (Start-Run-cmd-Enter) and navigate to this folder (cd Full_Way_to_Folder).

Let's go! Copy the request below into a notepad somewhere and fill it with all the necessary data: fp id, post id, token, comment. Then copy the completed template into the console and press Enter.

curl -X POST "https://graph.facebook.com/v6.0/fpId_postId/comments?access_token=token" -H "Content-Type: application/x-www-form-urlencoded" -d "message=Thank you"

If successful, you will see in the console a response from fb, in which the id of your new published comment will be written:

You will also see this comment right on the Page Posts page:

All you have to do is fill in one by one and type a command for each of your autoregs into the console and get the number of comments you want. ?

I hope it was helpful! If you enjoyed this article, don't forget to throw in donateThe project exists only because of them. And, of course, pour into the plus, my ass!

P.S. In the screenshots. my stepfather's paintings, he is a professional painterIf you need a chic gift, or you want to decorate the interior of your home/apartment - write to the LS, this is the top!

Навигация по записям
← Previous Post
Next Post →

25 comments “Накручиваем комментарии в Facebook по API”

  1. Adnrey
    2020-06-08 в 10:41

    There is no information about getting an asses token.

    Reply
    1. Yellow Web
      2020-06-08 в 12:44

      Well, come on, this is not a kindergarten class. The information is publicly available and generally known.

      Reply
      1. ADNREY
        2020-06-08 в 16:15

        Well, about the id of the post and FP, and the token immediately "kindergarten"

        Reply
        1. Yellow Web
          2020-06-08 в 17:08

          Okeye, here's

          Reply
          1. Bogdan
            2020-06-11 в 17:37

            The following error pops up

            curl: (1) Protocol "

          2. Yellow Web
            2020-06-11 в 23:41

            Replace the quotation marks with regular quotes

  2. Alex
    2020-06-09 в 16:42

    Good afternoon, thanks for the article! Very good information :) Ran into a difficulty. I took all the necessary data fp id, post id, access token and made a comment. I tried to run cmd both as administrator, but I keep getting this error curl: (1) Protocol "<https" not supported or disabled in libcurl

    Reply
    1. Yellow Web
      2020-06-11 в 23:44

      replace the quotation marks with plain quotes

      Reply
    2. Yellow Web
      2020-06-12 в 00:09

      corrected the post

      Reply
  3. Olesya
    2020-06-11 в 14:08

    Is there one for insta?

    Reply
    1. Yellow Web
      2020-06-11 в 23:42

      Yes, it's the same, but you have to get the fp id in a different way.

      Reply
  4. Vladimir
    2020-06-19 в 21:20

    Is it possible to upload images to the comments in the same way?

    Reply
    1. Yellow Web
      2020-06-20 в 15:24

      Yes, of course you can. https://developers.facebook.com/docs/graph-api/reference/v7.0/object/comments Here's all the documentation. In short: you just add &attachment_url=https://адрес_к_твоей_картинке.jpg

      Reply
  5. Arthur
    2020-07-26 в 15:27

    I do not know, maybe it was a coincidence - but after entering the command in the console knocked out a three-story error. After that, the account from which the ad was running dropped out on the check )))))))))
    Could it be because I used this method of scamming comments ?

    Reply
    1. Yellow Web
      2020-07-26 в 15:34

      I don't think so. But if anything, here's not to bother with the console, have already made ready-made software: https://vk.com/wall-181034601_4212

      Reply
  6. Arthur
    2020-07-27 в 21:14

    Thank you )) Saw this article ! Now I will try through the software to add comments ))))

    Reply
  7. Arthur
    2020-07-27 в 21:29

    It worked! Only instead of Russian letters - strange rhombics in black triangles. English letters - normal display. Does anyone know how to fix it?

    Reply
    1. Yellow Web
      2020-07-27 в 22:20

      -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8"
      Try adding that to the query.

      Reply
  8. Danil
    2021-01-21 в 13:54

    I don't understand what the problem is(( I'm doing everything right, according to the instructions, press enter and I get this (zsh: no matches found:)

    Reply
  9. Danil
    2021-01-22 в 15:42

    Not enough video tutorials for the mac (two days sitting around, I do not even know where else to look for information)

    Reply
    1. Yellow Web
      2021-02-05 в 20:09

      I'm all about the wind.

      Reply
  10. PATRICIA
    2022-01-12 в 01:48

    Does the theme still work or not?

    Reply
    1. Yellow Web
      2022-01-12 в 10:18

      works

      Reply
  11. Semtus
    2023-09-29 в 16:10

    Is this method up to date? I can't publish a comment, I get errors.
    tried it with proxy and without

    curl POST https://graph.facebook.com/v6.0/***_***/comments?access_token=*** -H "Content-Type: application/x-www-form-urlencoded" -d "message=Thank you"

    curl -X socks5://***:*** -u ***:*** POST "https://graph.facebook.com/v6.0/***_***/comments?access_token= ***" -H "Content-Type: application/x-www-form-urlencoded" -d "message=Thank you"

    Reply
    1. Yellow Web
      2023-09-29 в 16:18

      Hi. Well first of all you need to use the latest version of api, not 6.0 and + now you need to send all cookies from the account in addition to the token.

      Reply

Write a comment Отменить ответ

Your email address will not be published. Require fields marked as *

  • Useful Links
  • Advertisement
  • VK
  • Telegram
  • YouTube
  • Our shop with proxies, accounts and so on
  • Our Partnership Program
Copyright © 2023 Any copying of information without an active link to the source is prohibited!
Русский
Русский
English