Method: FacebookTopics::FeedCollection#next
- Defined in:
- lib/facebook_topics/results/feed_collection.rb
#next ⇒ Object
16 17 18 19 |
# File 'lib/facebook_topics/results/feed_collection.rb', line 16 def next next_url = URI.encode paging["next"] FeedCollection.new HTTParty.get(URI.parse(next_url)).parsed_response end |