implemented <link> fixed #90 and fixed #83

This commit is contained in:
Jeena Paradies 2012-12-19 23:19:34 +01:00
parent fff75df0df
commit eb540fae1d
6 changed files with 121 additions and 33 deletions

View file

@ -91,6 +91,7 @@ function(Core, Paths, HostApp, URI) {
url.addSearch("post_types", post_types.join(","));
url.addSearch("limit", this.max_length);
if(this.since_id) {
url.addSearch("since_id", this.since_id);
url.addSearch("since_id_entity", this.since_id_entity);
@ -119,6 +120,7 @@ function(Core, Paths, HostApp, URI) {
var data = null;
if (HostApp.stringForKey("user_access_token")) {
if (!this.reload_blocked) {
this.reload_blocked = true;
Paths.getURL(url.toString(), http_method, callback, data); // FIXME: error callback