facebook - Stream Table FQL Query -


i want posts of friends order updated_time, query works fine single friend when use source = first_friend_id when use query in return empty data.

select post_id,type,message, actor_id,likes.user_likes,likes.count,likes.friends,comments.comment_list, comments.count , target_id ,updated_time,created_time stream source_id in(friend_id1,friend_id2,friend_id3) order updated_time desc limit 5 

can please point out how latest 5 feeds of amoung 3 friends.

source_id = friend_id works fine, work 1 friends

i'm testing here. https://developers.facebook.com/tools/explorer/

thanks

there's been number of posts recently... appears stream table acting finicky lately, logic of query valid. best bet report detailed bug here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -