Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhook Url verification is returning with additional string #116

Open
jearsonbgomez opened this issue May 7, 2021 · 0 comments
Open

Webhook Url verification is returning with additional string #116

jearsonbgomez opened this issue May 7, 2021 · 0 comments

Comments

@jearsonbgomez
Copy link

jearsonbgomez commented May 7, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant