json - Facebook API feed not showing caption/messege -


i have facebook feed, built on facebook api. works pretty well. have 1 problem. seems can't catch text status messeges.

below can see api feed.

this how api-feed looks like

the 2 "empty" posts these on facebook:

on facebook

this call json (token removed):

https://graph.facebook.com/v2.10/216896781666302/?access_token=*******&locale=sv_se&date_format=u&fields=posts.limit(2){caption,message,picture,from,link,source,properties,icon,actions,is_hidden,is_expired,likes,comments,shares,status_type,object_id,created_time,updated_time,type}

the problem: not following texts: "kultur karlshamn har uppdaterat sin adress." , "kultur karlshamn har uppdaterat informationen avsnittet om". , can not find clear answer on problem. why not header/texts? field missing in api/json-call?

this data get: enter image description here

the text of posts created automatically can found in story field.

https://developers.facebook.com/docs/graph-api/reference/v2.10/post:

story: text stories not intentionally generated users, such generated when 2 people become friends, or when else posts on person's wall.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -