Does anybody know why the UNTIL function seems not to be working in Facepy?
Is the error with my code, with Facepy or with the Facebook API?
When I have the code using Facepy:
groupData = graph.get(gID + "/feed", page=True, retry=3, since=2015-11-01, until=2015-11-30)
I get back nothing in the responses. As soon as I remove the "until" I get many responses.
All help appreciated.