Facebook-ASP.NET-Webhook
Facebook-ASP.NET-Webhook copied to clipboard
bad request 400
Hi! Thank you for this solution! I follow each steps correctly and I try to log something on a text file. At the instruction:
await httpClientLead.GetStringAsync(formUrl)
log the error:
System.Net.Http.HttpRequestException: Il codice di stato della risposta non indica la riuscita dell'operazione: 400 (Bad Request). in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) in FacebookLeadAdsWebhooks.Controller.WebhooksController.<Post>d__1.MoveNext() in C:\Users\xxxxx\Downloads\fb\Facebook-ASP.NET-Webhook-master\src\FacebookLeadAdsWebhooks\FacebookLeadAdsWebhooks\Controller\WebhooksController.cs:riga 74
Why?
Hi @riccainfo, Are you able to fetch the leads. can you guide me ?
Hi @riccainfo , I am also facing same error, Did you find any solution?
API call version updated give a try and update here
Did anyone get the solution for this? I'm also facing the same