bridges: Update bridges with 'required' attributes

This commit is contained in:
logmanoriginal 2016-08-15 01:19:16 +02:00
parent c689180fef
commit fa59a25229
13 changed files with 35 additions and 35 deletions

View file

@ -7,14 +7,14 @@ class FacebookBridge extends BridgeAbstract{
$this->name = "Facebook";
$this->uri = "http://www.facebook.com/";
$this->description = "Input a page title or a profile log. For a profile log, please insert the parameter as follow : myExamplePage/132621766841117";
$this->update = "2016-08-09";
$this->update = "2016-08-15";
$this->parameters[] =
'[
{
"name" : "Username",
"identifier" : "u",
"required" : "required"
"required" : true
}
]';
}