If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Configuring to Access Facebook in Aptify Mobile for Members

Associations can use AMM to access Facebook Accounts and display Facebook posts in the Aptify Mobile for Members Application.


Facebook on AMM

To configure an Association Facebook account on AMM, follow the step below:

  1. Open aptify.mobile.social.js file from the Scripts folder.
  2. Set Access Token and Status ID according to Association.


     facebook: { 
     graphURL: "https://graph.facebook.com/", 
     accessToken: "367987193212517|SHcxMGbArh0nUiVEpLl9unvZjSo", 
     statusID: "48227424634" 
     }

     

    To display Association Facebook Posts on Mobile for Members Application, a valid Access token and Status ID (APP_ID) is required. The Owner (or Administrator) of the Association Application on Facebook can generate an access token through below URL:

    https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&client_id=APP_ID&client_secret=APP_SECRET


    Application Access Token

    The combination of generated Access Token and APP_ID (Status ID) used to fetch Association Facebook Posts.

    Access Token and APP_ID (Status ID) used to fetch Association Facebook Posts


Copyright © 2014-2017 Aptify - Confidential and Proprietary