node-ainzfb-new 1.6.2810-test → 1.6.2819-test
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/getUserID.js +1 -1
package/package.json
CHANGED
package/src/getUserID.js
CHANGED
@@ -43,7 +43,7 @@ module.exports = function (defaultFuncs, api, ctx) {
|
|
43
43
|
};
|
44
44
|
|
45
45
|
defaultFuncs
|
46
|
-
.
|
46
|
+
.getv2("https://www.facebook.com/ajax/typeahead/search.php", ctx.jar, form)
|
47
47
|
.then(utils.parseAndCheckLogin(ctx, defaultFuncs))
|
48
48
|
.then(function (resData) {
|
49
49
|
if (resData.error) throw resData;
|