Skip to content

Webhook Url verification is returning with additional string #116

Description

@jearsonbgomez

I am trying to verify my webhook url, however I am getting webhook_validation_error
Here is my code:

$config = [

   'facebook' => [
          'token' => 'page-token',
                'app_secret' => 'app-secret',
                'verification' => env('VERIFY_TOKEN')
     ]

 ];

   DriverManager::loadDriver(FacebookDriver::class);
    
   $botman = BotManFactory::create($config);   


   $botman->listen();

As noticed aboved I am getting additonal string added on the hub_challenge request. How will I able to solved this problem?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions