Herbert Vojčík 14 лет назад
Родитель
Сommit
fa776b807e
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      lib-app/facebook-oauth.js

+ 3 - 1
lib-app/facebook-oauth.js

@@ -9,7 +9,9 @@ fb.OAuthInterface = function () {
 }
 
 fb.OAuthInterface.prototype.restApi = function (method, args) {
-  return wget("https://api.facebook.com/"+method+this.tokenString(), args);
+//  return wget("https://api.facebook.com/"+method+this.tokenString(), args);
+  print("https://api.facebook.com/"+method+this.tokenString(), args);
+  response.stop();
 };
 
 fb.OAuthInterface.prototype.graphApiGet = function (path, args) {