Issue with Facebook Graph API ‘time_created’ Filter Not Comparing Leads in Seconds
I’m encountering an issue with the Facebook Graph API when filtering leads based on the time_created
field using UNIX timestamps. It seems that the API’s time filtering is not precise down to the second.
In Facebook Graph Api, while filtering the leads, the ‘time_created’ filter is not comparing the date-time in ‘seconds’ causing data duplication,
I’m getting a problem in the Facebook’s Graphs API. While filtering leads in the 'time_created'
using date in (UNIX timestamp), it is not actually comparing the leads in seconds. So if the API filtering time – 06-07-2024 11:58:00 AM
and the datetime – 06-07-2024 11:58:12 AM
of leads is the same, and the difference is only in seconds then it still will be present in responses causing duplicates in data.