mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:50:10 +00:00
API: Tests with various clients, small fixes
This commit is contained in:
parent
fa2c8cad9d
commit
d917ed58a8
3 changed files with 41 additions and 6 deletions
|
@ -34,7 +34,7 @@ class Application extends BaseDataTransferObject
|
|||
protected $client_id;
|
||||
/** @var string */
|
||||
protected $client_secret;
|
||||
/** @var int */
|
||||
/** @var string */
|
||||
protected $id;
|
||||
/** @var string */
|
||||
protected $name;
|
||||
|
@ -53,7 +53,7 @@ class Application extends BaseDataTransferObject
|
|||
{
|
||||
$this->client_id = $client_id;
|
||||
$this->client_secret = $client_secret;
|
||||
$this->id = $id;
|
||||
$this->id = (string)$id;
|
||||
$this->name = $name;
|
||||
$this->redirect_uri = $redirect_uri;
|
||||
$this->website = $website;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue