Changes between Version 40 and Version 41 of UserGuidelines/SAMBRO/Implement


Ignore:
Timestamp:
11/29/17 03:31:00 (8 years ago)
Author:
Biplov Bhandari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/SAMBRO/Implement

    v40 v41  
    205205* Go to Administration -> Settings. On the left panel, you will see a number of Settings including the Twitter Channels. Click on it.
    206206* Click on '''Add Twitter Channel'''. Fill out the details along with the '''Twitter Account, Consumer Key, Consumer Secret, Access Token, Access Token Secret'''. You have to check the '''Use for Login?''' to be able to be post on the twitter. Click Save.
     207
     208
     209=== Setting up Facebook Account ===
     210
     211SAMBRO 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.
    207222== Other ==