Omar Osama
Omar Osama

Reputation: 33

Is it possible to get facebook posts using koala gem in ascending order?

I can get public pages posts. However, they are in descending order - the very latest post is the first one I get - and I want to get them in ascending order. So, Is that possible?

posts = @@graph.get_connections(page_name, node_type, limit: posts_limit,fields: 'id,message,created_time,updated_time,shares,comments.summary(true).limit(0)')

Upvotes: 0

Views: 137

Answers (0)

Related Questions