facebook - FQL Query Returning Empty Attachment Array -


when run following query in graph api explorer, posts photo attachments return empty attachment array, instead of attachment data. other posts photos return attachment data expected.

select post_id,attachment stream source_id=120696471425768 limit 20 

i end in returned data:

"attachment": {     "description": "" }, 

i have verified these posts indeed have photos attached them. 1 thing have noted posts empty attachment data have type 'status' opposed 'photo', when should 'photo'.

has else seen behavior? permissions issue, possibly posting user hasn't granted permission applications view photos? happens permissions selected.

is there way around problem?

any appreciated. thanks!


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -