|
@@ -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 () {
|