Alex Koppel
Alex Koppel
Thanks for the heads-up. If anyone wants to submit a PR for that I can review it this weekend, otherwise I'll put together a fix in the next week or...
Thanks, that's a really good observation and summary of the problem. I should've realized this would come up when I modified the hash in place. I'm merging in the PR...
Thanks for the report. If you can submit a pull request I can merge it, otherwise I'll hack on that soon.
What did you end up finding? If you want to submit a PR (ideally one that would work in both situations) I'm definitely open to it. Not sure I'll have...
That's a good idea. Are you interested in submitting a PR changing the name of the module? If not, I can do that sometime this spring. (Sorry it took so...
Interesting! That's a good catch. I take it there are cases where you might want to use a specific API version for `next_page` but not to set it for the...
Thanks Alexander! I'd seen this issue before, but never thought to compare it with another library to see if it was Koala's implementation or a Facebook issue. This is great...
Yeah, it is really interesting -- Koala's implementation literally just parses the next and previous URLs provided by Facebook and uses them to fetch more data. Once I see how...
Unfortunately, I can't reproduce this on my own stream or on a random public stream (ContextOptional). Are you by any chance able to reproduce it on a publicly visible feed?...
Actually, could you just have your rake task print out the paging URLs? (feed.paging.inspect) -- that might be enough. Thanks! Alex