Skip to content

Instantly share code, notes, and snippets.

@lanfon72
Last active February 27, 2023 17:36
Show Gist options
  • Select an option

  • Save lanfon72/aa43cd5cd82142c5325f to your computer and use it in GitHub Desktop.

Select an option

Save lanfon72/aa43cd5cd82142c5325f to your computer and use it in GitHub Desktop.
fb feeds
import facebook
token = "your token"
api = facebook.GraphAPI(token)
timestamp = " your timestamp "
feeds = api.request('/me/posts/', args={'filter':'created_time', 'until':timestamp})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment