php - facebook making stream more like feed (page-id/feed) -


now, i'm requesting query:

$fb->api( array('method' => 'fql.query',     'query' => "select [fields] stream                 source_id in (                      select page_id                       page                       page_id='415533455147213'                ) , type != '46' , type != '' limit 5")); 

with $fb->api('/415533455147213/feed?limit=3'); getting picture(if photo aploaded, or shared), feeds author photo icon , photo caption... how fql query properly?

well, found need hiding in attachment column of stream table ;]] @igy suggested ;]


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -