Facebook FQL. Which is the easiest way to get all page changes in one single query ordered by date/time?
问题 I need to monitor one single page and all related activities. This is the result I'm trying to accomplish: 29/10 - User: John - Action: Like - Object type: status - Object id: 123456 29/10 - User: Mary - Action: Comment - Object type: status - Object id: 123343 29/10 - User: Etan - Action: Tagged - Object type: status - Object id: 123537 29/10 - User: Arth - Action: Like - Object type: status - Object id: 123876 29/10 - User: Jack - Action: Post - Object type: status - Object id: 123423 29/10