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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -