Ver código fonte

debug removed

Herbert Vojčík 14 anos atrás
pai
commit
5e1d7e8fa2
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      lib-app/facebook-oauth.js

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

@@ -17,10 +17,7 @@ fb.OAuthInterface.prototype.graphApiGet = function (path, args) {
 };
 
 fb.OAuthInterface.prototype.graphApiPost = function (path, args) {
-  print(request);
-  print("https://graph.facebook.com/"+path+this.tokenString(), args);
-  print(wpost("https://graph.facebook.com/"+path+this.tokenString(), args, {complete:true}));
-  response.stop();
+  return wpost("https://graph.facebook.com/"+path+this.tokenString(), args);
 };
 
 fb.OAuthInterface.prototype.tokenString = function () {