user home page in facebook have a shared links from friends and pages, this links sometimes have youtube links I need to get these links, I tried to read
https://graph.facebook.com/userID/home?access_token=access_token
or
https://graph.facebook.com/userID/feed?access_token=access_token
and when I use
https://graph.facebook.com/userID/links?access_token=access_token
I only got links I shared it, not my friends or pages, while I need my friends and pages videos
my access token have a lot of permissions like: friends_status friends_videos photo_upload read_stream share_item status_update user_status user_videos video_upload
but still i cant get shared videos
what I have to do?