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
Post a Comment