I tried to pull out all messages posted in a group using before_id parameter.
I first get first 20 messages using this command
then find the id of the last message and retrive the 20 older messages using this command
but both commands return the same messages and other parameters such as limit does not work either to me.
Can someone provide me an example how to work with these parameters?
thanks!