@dongdev/fca-unofficial
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -82,3 +82,3 @@ "use strict"; | ||
function buildAPI(globalOptions, html, jar) { | ||
function buildAPI(globalOptions, html, jar, bypass_region_err) { | ||
var maybeCookie = jar.getCookies("https://www.facebook.com").filter(function (val) { | ||
@@ -133,2 +133,3 @@ return val.cookieString().split("=")[0] === "c_user"; | ||
log.warn("login", "Cannot get MQTT region & sequence ID."); | ||
log.info('login', 'Bypass vùng tài khoản thành công'); | ||
noMqttData = html; | ||
@@ -164,2 +165,3 @@ } | ||
if (noMqttData) api["htmlData"] = noMqttData; | ||
if (bypass_region_err) log.info('login', 'Bypass vùng tài khoản thành công'); | ||
@@ -166,0 +168,0 @@ const apiFuncNames = [ |
{ | ||
"name": "@dongdev/fca-unofficial", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
539230
6250