@filerobot/facebook
v3.74.1
Published
Import files from Facebook, into Filerobot.
Downloads
5,137
Keywords
Readme
@filerobot/facebook
The Facebook plugin for Filerobot Media Asset Widget lets users import files from their Facebook account.
Usage
NPM
npm install --save @filerobot/facebook
YARN
yarn add @filerobot/facebook
then
import Facebook from '@filerobot/facebook'
...
...
...
filerobot.use(Facebook, propertiesObject)
CDN
The plugin from CDN is found inside Filerobot
global object Filerobot.Facebook
const facebook = window.Filerobot.Facebook
...
...
...
filerobot.use(facebook, propertiesObject)
Properties
title
Type: string
Default: 'Facebook'
The title/label that would be shown & used for the plugin.
companionHeaders
Type: null
| object
Default: null
If you need to pass additional headers for in companion requests then pass them in this property.