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

c# - XML serialize base class without knowing derived class -

sql - Find last match with latest inserted name in table -

Send innerHTML text in URL in JSP -