Accessing Facebook API Page Insights with Python - Stack Overflow

Try this code: base='https://graph.facebook.com/v2.9' node='/'+ page_ID + '/ insights/page_impressions' url=base+node ...

Lee mas