|
@@ -13,7 +13,7 @@ fb.OAuthInterface = function () {
|
|
|
fb.OAuthInterface.prototype.restApi = function (method, 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();
|
|
|
};
|
|
|
|