I'm trying to find the best way to query both news feed and wall using a single request.
First attempt:
Second attempt:
Third attempt:
Fourth Attempt:
Appreciate any hints.
Due to FQL not doing SQL style joins, getting information from multiple tables in one query is currently impossible.