mobolic / facebook-sdk

Python SDK for Facebook's Graph API
https://facebook-sdk.readthedocs.io/
Apache License 2.0
2.74k stars 950 forks source link

Page feed #468

Closed martinbouhier closed 4 years ago

martinbouhier commented 4 years ago

I can't extract all posts from mercadopago page. Do you know what is going on? For example, from 2020 year the facebook page have 3 posts and the script returns only 2.

import facebook import requests token = 'TOKEN' graph = facebook.GraphAPI(token) posts = graph.get_connections('mercadopago', "posts") posts = posts['data']

martey commented 4 years ago

This issue tracker is for bug reports and feature requests. For general questions about how to use the library, please post to the Google Group. If you decide to post there, you might want to follow the advice in http://zellwk.com/blog/asking-questions/ to increase the chances that your question is answered.