Reputation: 33
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