i have a public facebook-group. in this group, i can get all albums with
curl https://graph.facebook.com/v3.2/1262207083938400?fields={name,description,cover_photo,id}&access_token=XXX
with this url, i get the base-information.
after that, i get all photos (the photo-ID) from that album by ID
https://graph.facebook.com/1267946303364478/photos?fields=images&access_token=XXX
with this url, I can make "title", the "description ob album" and all the pictures of album.
now, I want to get the videos too! but how?
I can´t find some video-ID´s!?
/photos
, I guess. Was developers.facebook.com/docs/graph-api/reference/v3.2/group/… to obvious? - 04FS