How to get older posts from facebook page using facebook c# sdk -


In my application, I'm posting from a Facebook page like this

  Dynamic pageadata = Client.Get ("/" + Page ID + "/ Post", new {access_token = _userAccesstoken});  

But it only gives 25 posts.

How do I get older posts too?


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -