In IPython, I do
urlopen('https://graph.facebook.com/18888909708/posts?access_token=my_access_token').read()
but it returns posts going back only one month.
How do I get posts going back, if not to the creation of the page, as far as possible.
Thanks.