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
When a message is sent to the facebook page, facebook makes a POST to our WebHookController and the controller tries to send a reply to the sender by making a POST call to facebook. I used apache HttpClient for making the REST call. When I write to the facebook page, the HttpClient is unable to complete the post request and returns a 400 bad requests.
The text was updated successfully, but these errors were encountered:
When a message is sent to the facebook page, facebook makes a POST to our WebHookController and the controller tries to send a reply to the sender by making a POST call to facebook. I used apache HttpClient for making the REST call. When I write to the facebook page, the HttpClient is unable to complete the post request and returns a 400 bad requests.
The text was updated successfully, but these errors were encountered: