aindot
aindot
Hello, I'm using https://github.com/joelbutcher/laravel-facebook-graph: ``` composer require joelbutcher/laravel-facebook-graph ``` ``` use JoelButcher\Facebook\Facebook; $facebook = new Facebook([ 'app_id' => config('app.app_id'), // App Id 'app_secret' => config('app.app_secret'), // App secret 'default_graph_version' =>...
Language is required for other than en_US
When a user start's a chat with the business, a webhook is called to the server to request a welcome message. Welcome message can be enabled / disabled. Ice Breakers...
**Describe the bug** The arrows are flipped in the date picker.  **To Reproduce** Switch the RTL option, then add a new date block. **Expected behavior** An example of what...
If a user email address is **Example**@ domain, then he can not login with **example**@ domain. since the username field is case sensitive. [PostgreSQL is a case-sensitive database by default...