You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new in creating bots and extensions in Facebook. I need your help, any help will appreciate.
My problem is, when user clicking "+" button in composer drawer, there is not appearing my extension when parameter in_test: true. What did I do to fix this problem.
Configured whitelisted_domains domain (domain has 'https', also website uploaded in herokuapp.com). Result was success
Created new Facebook page and attached it with bot (application in developer console).
Also configured bot in public mode.
Added tester user in "Roles" page in the console of the application.
I tried to delete "Messenger" application from android phone, also to update.
I'm using PHP with this library https://github.com/pimax/fb-messenger-php
Am I missing something here? What's the correct technique for making this appear?
Help please, if there's simple example just for showing extension dialog window, comment please.
Many thanks
The text was updated successfully, but these errors were encountered:
I'm new in creating bots and extensions in Facebook. I need your help, any help will appreciate.
My problem is, when user clicking "+" button in composer drawer, there is not appearing my extension when parameter
in_test: true
. What did I do to fix this problem.whitelisted_domains
domain (domain has 'https', also website uploaded in herokuapp.com). Result was successhome_url
as described here https://developers.facebook.com/docs/messenger-platform/reference/messenger-profile-api/home-url#post. Result was successI'm using PHP with this library https://github.com/pimax/fb-messenger-php
Am I missing something here? What's the correct technique for making this appear?
Help please, if there's simple example just for showing extension dialog window, comment please.
Many thanks
The text was updated successfully, but these errors were encountered: