facebook - fb graph api group feed on specific type only -


https://graph.facebook.com/v2.10/fb_group_id/feed?fields=attachments{title,media,subattachments,type,url},type,created_time,description,message,message_tags&limit=10&access_token=my_access_token

this reruns me types (status, photo, video, link) of feeds

can make request have specified type photo feeds or video feeds attachments , sub-attachments have type fields, interested check attachments , sub-attachments, return if type equal provided type

i want have 3 arrays

  1. textual feeds
  2. images
  3. videos


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -