Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fca-dongdev-remake

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fca-dongdev-remake

Facebook Chat Api Remake By MDong Against Get (available) And Pay Acc (whynot?)

  • 1.7.8
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Notifications !

Note! This Is The Main Horizon Remake Product By Facebook-Chat-Api(Mod by: Fca-Xuyen-Get(removed) including the authorUIRI từ trước và Tác giả chính: Schmavery, Tác Giả Hiện Tại Không Chịu Trách Nghiệm Nào ! ), Nếu Có Lỗi Hãy Thử Sử Dụng Sang Sản Phẩm Khác !

Support For :

  • Support English, VietNamese !,
  • All bot if using listenMqtt first.

Api Cho ChatBot Messenger

Facebook Already Has And For Users To Create Api For Chatbots 😪 At Dey => Here.

This Api Can Make You Payy Acc Like You Never Have, Please Pay Attention =))

Note ! If You Want To Share This Api Please See The Document At Here.

Download

If You Want To Use It, Download It By:

npm i fca-dongdev-remake

or

npm install fca-dongdev-remake

It Will Load Into node_modules (Your Lib) - Note Replit Won't Show Where to Find

Download Latest Version Or Update

If You Want To Use The Latest Version Or Update Then Go To Terminal Or Command Prompt Enter :

npm install fca-dongdev-remake@latest

Hoặc

npm i fca-dongdev-remake@latest

If You Want To Test Api

Benefits For This You Will Not Spend Time Paying Acc And Have Acc Please Use With Demo Account => Facebook Whitehat Accounts.

Using

const login = require("fca-dongdev-remake"); // get it from the lib 

// log in
login({email: "Gmail Account", password: "Your Facebook Password"}, (err, api) => {

    if(err) return console.error(err); // error case

    // create bots that automatically copy you:
    api.listenMqtt((err, message) => {
        api.sendMessage(message.body, message.threadID);
    });

});

As a result, it will copy you as shown below: screen shot 2016-11-04 at 14 36 00

If You Want Advanced Use Then Use The Bots Listed Above!

List

You Can Read Full Api At => here.

Install For Anup:

You need to go to file Anup.js, Then Find Line

    var login = require('depending on bot');
    /* Maybe :
        var login = require('@maihuybao/fca-Unofficial');
        var login = require('fca-xuyen-get');
        var login = require('fca-unofficial-force');
    ...   
    */

And Replace It With:

    var login = require('fca-dongdev-remake')

Then Run As Normal!

Self-study

If You Want To Research Or Create Your Own Bot Then Go To This Read Its Function And How To Use It => Link


Save Login Information.

To Save You Need 1 Apstate Type (Cookie, etc,..) To Save Or Use Login Code As Above To Login !

And This Mode Is Available In Some Bots In Vietnam So You Can Rest assured!

Instructions With Appstate

const fs = require("fs");
const login = require("fca-dongdev-remake");

var credentials = {email: "FB_EMAIL", password: "FB_PASSWORD"}; // tk information

login(credentials, (err, api) => {
    if(err) return console.error(err);
    // log in
    fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //create appstate
});

Or Easier (Professional) You Can Use => c3c-fbstate To Get Fbstate And Rename It To Apstate Is Also ! (appstate.json)


FAQS

FAQS => Link

Keywords

FAQs

Package last updated on 08 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc