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

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -