'Facebook API no works

I am trying to obtain the most updated metrics with the since and until parameters, but when I indicate the date and time (as I have done before and the API response) it comes out empty and if I put the next day I get the data. I don't understand this behavior:

enter image description here

enter image description here



Solution 1:[1]

The doc state that the since and until parameters must have the format of YYYY-MM-DD.

You are not obtaining any results from the second request because the you supply a datetime format (YYYY-MM-DDTHH:MM:SS+Z) instead of the date format.

Try to change these values and retry the request.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Sprizgola