Im using reddit api and i want to paginate results , after works as expected but before is returned 'null' for any of these queries
{modhash: "", children: Array[26], after: "t3_1q9s6e", before: null}
http://www.reddit.com/r/all/new.json?limit=100&
http://www.reddit.com/r/all/new.json?limit=100&after=t3_1qa3v3
http://www.reddit.com/r/all/new.json?limit=30&after=t3_1qa3v3
Why is the before always returned null ? is it a bug or am i missing something