Kaynağa Gözat

possibly fixed
debug output left

Herbert Vojčík 13 yıl önce
ebeveyn
işleme
7389dcc7a7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib-app/facebook-oauth.js

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

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