I am executing this query in FQL [@”SELECT likes,message,actor_id FROM stream WHERE source_id = %lld limit 50″, _session.uid]. It is giving result well but I want to fetch my friends name also. I don’t want to execute query within loop to fetch friends name from their profile. If it is possible in multiquery then which type of query I will have to write?
I am executing this query in FQL [@SELECT likes,message,actor_id FROM stream WHERE source_id =
Share
I use this code:
Hope it can give you a hint.