| 207 | |
| 208 | |
| 209 | === Setting up Facebook Account === |
| 210 | |
| 211 | SAMBRO lets you post your alerts on facebook automatically without having to copy-paste again. But remember the setting for Facebook might change with time. So keep an eye on the official documentation. |
| 212 | * Get the app id and app secret for facebook app by signing in to https://developers.facebook.com/apps |
| 213 | * Create New App |
| 214 | * Get the APP ID and APP SECRET on the app page. |
| 215 | * We will use Facebook's official Graph API to get the access token for the page and its id. |
| 216 | * Go to https://developers.facebook.com/tools/explorer/, and from the drop-down on the right side, choose the page that you would like to use. Use '''me?fields=id,name''' in the GET field to get the ID of the page. The Access token is displayed there. |
| 217 | |
| 218 | [[Image(https://i.imgur.com/pCBFNme.png)]] |
| 219 | |
| 220 | * Go to Administration -> Settings. On the left panel, you will see a number of Settings including the Facebook Channels. Click on it. |
| 221 | * Click on '''Add Facebook Account'''. Fill out the details along with the '''App Id, App Secret, Page ID, Page Access Token'''. You have to check the '''Use for Login?''' to be able to be post on the facebook. Click Save. |