'Facebook Insights Api / Time Ranges
I'm trying to do a request with diferent time_ranges. I' sending an object like this (the one below) but i'ts only returning the last time set
time_ranges: [
{ since: '2022-05-02', until: '2022-05-02' },
{ since: '2022-05-01', until: '2022-05-01' },
{ since: '2022-04-30', until: '2022-04-30' },
{ since: '2022-04-29', until: '2022-04-29' },
{ since: '2022-04-28', until: '2022-04-28' },
{ since: '2022-04-27', until: '2022-04-27' },
{ since: '2022-04-26', until: '2022-04-26' }
]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
