How far back can I request my stream using FQL (Facebook Query Language)? Can I trace all the way to my first post on Facebook?
The last time I checked, only the 5,000 most recent entries were available (for most queries). That is, you can see only the last 5000 columns, the rest does not exist for you, no matter what FQL parameters you go through.
Perhaps this answer might help:
How far back can you go with the Facebook API?
, , serg, , SELECT source_id,message,created_time FROM stream WHERE source_id=me() limit 1000", , , , . 440... , ...
SELECT source_id,message,created_time FROM stream WHERE source_id=me() limit 1000"
Source: https://habr.com/ru/post/1770440/More articles:Javascript captures a screen shot of a flash object - javascriptWhat is the correct JNA mapping for UniChar on Mac OS X? - javaSMO "Server Recovery Failure" Restoring a backup from a file - c #What can make this dsl easier to type or read? - javaMediaWiki HTML Template Template - iframeImplicit overloading in C ++ - c ++Are local services enabled for a specific application? - iphoneHow far back can you go with the Facebook API? - apiVS2010 Workflow design surface does not work - visual-studio-2010How to call a function in DLL.net through an interface loaded via reflection - reflectionAll Articles