Quantcast
Channel: How to get all of the Facebook Graph API page feed? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to get all of the Facebook Graph API page feed?

$
0
0

Using Python:

from facepy import GraphAPI  key = 'My Access_Token'a = GraphAPI(key)response = a.get('Page_ID/posts')print response

If I run this code, It shows me data in JSON format! And Limited Data. I want to get Years of feeds from my page.

In response I get Next tag URL: If I put this URL in Browser I can access more data. In one request we can fetch 200 feeds at a time.

How can I get data in bulk? I want to collect data of 5 years from public page!


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images