I set up webhook but it's not working
why?
This feature is triggered when a GET request at the address specified in the application settings.
also implemented a post request to the same function.
public function hook(Request $request){ $file = 'hook.txt'; error_log (json_encode($request), 3, 'your_log_file'); file_put_contents($file, json_encode($request)); return $request->input('challenge'); }
I can modify docuent which is located in dropbox paper. WebHook not triggered.
Make edits from your account. With the same account I created the app. The application has a Status Development. My website has a ssl certificate. Oauth2 works