Hi I am creating simple apps for my own simple business, I need an apps so my small group of customer can connect to small business information and on one of the page is for this apps to simply read from my company facebook timeline.
I read in the facebook developer information in order to get that I need to generate an app access token and need to make a graph API call .
as such as
GET /oauth/access_token?
client_id={app-id}
&client_secret={app-secret}
&grant_type=client_credentials
It seems it will call my app-id and app-secret and in return it will grant the app token
It seem make sense to me ..but I am not sure I am correct.
the second question how do I add this into Javascript under facebook Helper
Thank you very much