PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, February 4, 2022

[FIXED] Facebook Leadgen app turned off itself

 February 04, 2022     facebook, facebook-ads-api, facebook-graph-api, facebook-php-sdk     No comments   

Issue

Does facebook turn off Leadgen webhook app of its own. I have one app running without any problem, but today when I was not getting webhooks I checked and found that the app was turned off.

Does the leadgen webhook app requires to submit for approval?

I tried finding an answer on FB but no luck.


Solution

Your weebhook App didn't require an approval to works for in a leadgen integration. In development mode you webhook app only be used by administrators, developers and testers. You can keep like this.

Check your app token or page token if it has expired, using this link: https://developers.facebook.com/tools/debug/accesstoken

Check your webhoook app is subscribed into your page, and submit a lead test the track status with this links: https://developers.facebook.com/tools/lead-ads-testing

Check a role permission in your Facebook Page, from what I remember you must be a administrator.

If none of these checks help, there may be something wrong with weebhook.



Answered By - Luiz Lai
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing