mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 19:14:09 +02:00
bridges: Update bridges with 'required' attributes
This commit is contained in:
@@ -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
|
||||
}
|
||||
]';
|
||||
}
|
||||
|
Reference in New Issue
Block a user