Facebook API Lead Ad webhook lead retrieval -


i have setup webhook facebook lead ads

it receiving data this:

{"object":"page","entry":[{"id":"718196074978224","time":1453818316,"changes":[{"field":"leadgen","value":{"ad_id":"399579767903","adgroup_id":"971076277715","created_time":1453789516,"form_id":"930912320812","leadgen_id":"151977133461","page_id":"718196074978224"}}]}]} 

the next step retrieve details.

the docs https://graph.facebook.com/v2.5/ if use leadgen_id (151977133461) returns "singular published story api deprecated versions v2.4 , higher"

i've read _ might work, returns different error.

answered own question: subscribed_apps wasn't set correctly


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -