OAuth 1.0a and 2 support
This commit is contained in:
@@ -9,7 +9,7 @@ class QueryAuthentication implements Authentication {
|
||||
$this->params = array($queryKey => $queryValue);
|
||||
}
|
||||
|
||||
public function handleHeader() {
|
||||
public function handleHeaders() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user