Click the link below to open a web page where
you will be asked to authorise access to this app.
Once you've authorised the access click the 'Try Access' button belowAccess was denied, please check, and try again]]>The server refused this application's credentials -- an authorisation link
could not be obtained.
OAuth access will not be possible.
Please contact application vendor to find out what's going on.
]]>
There was a problem contacting the server to get authorisation.
This may be a temporary error, try again later.
Access was denied, please check, and try again";
} else {
deniedLabel.htmlText = "Error occurred ("+lastHTTPStatus+"): please try again";
}
deniedLabel.visible = true;
}
private function getConsumer():OAuthConsumer {
var key:String = Connection.getParam("oauth_consumer_key", "");
var secret:String = Connection.getParam("oauth_consumer_secret", "");
return new OAuthConsumer(key, secret);
}
]]>