|
@@ -9,7 +9,9 @@ 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+this.tokenString(), args);
|
|
|
+ response.stop();
|
|
|
};
|
|
|
|
|
|
fb.OAuthInterface.prototype.graphApiGet = function (path, args) {
|