With the docs, I can see that there is no feature as of now. With facebook's graph is needing appsecret_time as a required parameter, how can we achieve that?
as we get error
{ error:
{ message: 'API calls with a community access token require an appsecret_proof and an appsecret_time argument',
type: 'GraphMethodException',
code: 100,
fbtrace_id: 'EdXhSAgyCdy' } }
You have graph.setAppsecret(app_secret) already. Please tell me how to resolve the appsecret_time dependency.