hyperlink - FQL: stream table does not return others links -
i'm attempting posts of company page through fql query.
- normal posts others returned ok (posts containing text).
- posts company contains links returned ok.
but:
- posts others company itself, contains link not returned stream table.
does have idea why?
my simple fql query:
select post_id, type, actor_id, message stream source_id = 123 , updated_time >= 123 order updated_time limit 50 offset 0
you'll need links using fql query. use link table instead.
Comments
Post a Comment