Facebook Graph API search using since updated_time parameter

前端 未结 2 878
陌清茗
陌清茗 2020-12-11 06:04

I am using the Facebook Graph API in Python. Every post has two datetimes:

  1. created_date
  2. updated_date

When I a

2条回答
  •  悲哀的现实
    2020-12-11 06:46

    If the aim of your application is to react to changes on a given page or feed, consider using Webhooks instead of manually crawling the page for updates.

    Webhooks allows you to receive real-time HTTP notifications of changes to specific objects in the Facebook Social Graph.

提交回复
热议问题