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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -