mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
bridges: Update bridges with 'required' attributes
This commit is contained in:
parent
c689180fef
commit
fa59a25229
13 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
}
|
||||
]';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue