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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/getUserID.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ainzfb-new",
3
- "version": "1.6.2810-test",
3
+ "version": "1.6.2819-test",
4
4
  "description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
5
5
  "scripts": {
6
6
  "test": "mocha",
package/src/getUserID.js CHANGED
@@ -43,7 +43,7 @@ module.exports = function (defaultFuncs, api, ctx) {
43
43
  };
44
44
 
45
45
  defaultFuncs
46
- .get2("https://www.facebook.com/ajax/typeahead/search.php", ctx.jar, form)
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;