Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
How to generate page level access token programmatically
    var options = {
                method: 'post',
                json: true,
                url: 'https://graph.facebook.com/'+commentId+'/comments?message='+req.body.message+'&access_token={{ACCESSTOKEN}}'
            }
            request(options, function(error, response, body) {
                if(error){
                }
                console.log('posted reply successfully');
            });

Hi I using graph API to reply to comment on facebook pages of my customers (it is a SaaS product). Right now I am generating facebook page level access token for mine own and it's working fine for few minutes. But I want to generate page level access token programmatically, so that it does not expire and it is dynamic for different customer's facebook pages. Is there any way I can generate page level access token programmtically for my own facebook page?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!