How to retrieve more than 100 messages from the history of a PubNub channel?
问题 The page about the PubNub History API states that The history() function returns a list of up to 100 messages, the start time token and the ending time token. Is there a way to retrieve more than the 100 messages? I'm currently not a paying customer of PubNub. 回答1: PubNub Load History More than 100 Messages Sometimes you want to slice back in time over a linear stream of data. And often you'll want to do this at different levels of granularity. That is why PubNub Storage and Playback APIs