Search code examples
facebookwebhookslead

Facebook page leadgen webhook returns error 102 Server Failure


Facebook page leadgen webhook won't work for my page and associated app.

If I test the webhook I setup with the testing tool and click the "Track status" button, the issued realtime update object is associated to this error: 102 Server failure

My facebook setup consist of:

Page, ad accoung and app all belong to the business, and the app seems to be correctly subscribed to the page : it is listed in the results of a graph api call to /<page-id>/subscribed-apps.

Does anyone have an idea of what I could be missing ?

Many thanks.


Solution

  • Ok I found the problem.

    Although my app was correctly subscribed to the page with all valid and never expiring tokens, one authorization was missing.

    If you encounter the same problem follow those steps :

    -> go to business manager
    -> go to busienss settings
    -> go to leads access tab
    -> select your page
    -> click "CRMs"
    -> Select your app and assign access
    

    Hurray