Quantcast
Channel: Facebook sdk for python cannot limit page feed query with 'since' - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Rahul Sharma for Facebook sdk for python cannot limit page feed query with 'since'

$
0
0

get_object() will query the root node directly, not the non-root nodes. Use get_connections() instead.

Read more here about objects: https://developers.facebook.com/docs/graph-api/reference/

Try below code, it works for me.

import facebookfacebook_api = facebook.GraphAPI(access_token='YOUR_ACCESS_TOKEN')facebook_feed = facebook_api.get_connections('YOUR_PAGE_ID', 'feed', since=1496707200)print facebook_feed['data']

Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>