Filtering graph results -
Filtering graph results -
using next query:
/me/posts?fields=story,type,created_time,privacy,message,picture,comments.summary(1).limit(100){created_time,from.id,like_count,message},likes.summary(1).limit(100){id}
i getting posts user , related data; works fine. however, status updates (type = status) non-empty message field.
as quick prepare have solved programatically, find crude. there improve way?
facebook-graph-api
Comments
Post a Comment