Relative Content

Tag Archive for phplaravelfacebook-graph-apifacebook-javascript-sdkfacebook-php-sdk

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.