Open fIa5h opened 8 years ago
I've updated the query URL in fetch_posts.cofee to pull nested replies. It now uses v2.7 of the Facebook API and the fields in the query string now looks like this:
fields
fields=from,to,message,picture,link,name,caption,description,created_time,updated_time,likes,comments{from,to,message,link,name,caption,description,created_time,updated_time,like_count,comments{from,to,message,link,name,caption,description,created_time,updated_time,like_count}}
I've updated the query URL in fetch_posts.cofee to pull nested replies. It now uses v2.7 of the Facebook API and the
fields
in the query string now looks like this:fields=from,to,message,picture,link,name,caption,description,created_time,updated_time,likes,comments{from,to,message,link,name,caption,description,created_time,updated_time,like_count,comments{from,to,message,link,name,caption,description,created_time,updated_time,like_count}}