diff --git a/feedify.ini b/feedify.ini index 176d26b..5c268db 100644 --- a/feedify.ini +++ b/feedify.ini @@ -22,3 +22,30 @@ items= //li[class=g] item_title= .//h3//text() item_link= .//a/@href item_content= .//span[class=st] + +[facebook home] +mode=json +path= + https://graph.facebook.com/*/home* + https://graph.facebook.com/*/feed* + +title= "Facebook" +items= data + +item_title= from.name {" > " to.data.name<", ">} +item_link= actions.link[0] +item_content= message story{"

"}{"
" name "
" description "
"}{"

– @ " place.name} +item_time= created_time + +[facebook message/post] +mode=json +path= + https://graph.facebook.com/* + https://graph.facebook.com/* + +title= "Facebook" +items= comments.data + +item_title= from.name +item_content= message +item_time= created_time