You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
439 B
14 lines
439 B
{ |
|
"bridges": [ |
|
{ |
|
"facebook_page": "<the name of your facebook page>", |
|
"mastodon_access_token": "<your secret mastodon app token>", |
|
"mastodon_api_base_url": "<base url of your mastodon instance>" |
|
}, |
|
{ |
|
"facebook_page": "<the name of some other facebook page>", |
|
"mastodon_access_token": "<some other secret mastodon app token>", |
|
"mastodon_api_base_url": "<base url of the mastodon instance>" |
|
} |
|
] |
|
}
|
|
|