Using node sdk,
I need to fetch all ad insights in facebook. It's working fine with user token.
But I have a cron job that fetches data day by day. So I need to save a user token to access apis.
How to create a permanent access token for a user?
Using node sdk,
I need to fetch all ad insights in facebook. It's working fine with user token.
But I have a cron job that fetches data day by day. So I need to save a user token to access apis.
How to create a permanent access token for a user?