|
@@ -11,7 +11,7 @@ fb.OAuthInterface = function () {
|
|
|
}
|
|
|
|
|
|
fb.OAuthInterface.prototype.restApi = function (method, args) {
|
|
|
- return wget("https://api.facebook.com/method"+method, this.withToken(args));
|
|
|
+ return wget("https://api.facebook.com/method/"+method, this.withToken(args));
|
|
|
};
|
|
|
|
|
|
fb.OAuthInterface.prototype.graphApiGet = function (path, args) {
|