How to display an aggregation of an object that is connected to another object?

大憨熊 提交于 2019-12-08 05:37:54

问题


I've set up these 2 objects:

  • Book
  • Author

A book has an author field.

I have one action:

  • Read

I have 2 aggregations:

  • Recently read books
  • Favorite authors

The Favorite authors aggregation is set up to show author objects on the read action.

I posted a story to my Timeline: Felipe read "some book", but it only shows the Recently read books aggregation and not the Favorite authors.

How am I suppose to set up the aggregation for Favorite authors?


回答1:


If the aggregation is setup correctly (you can test this by adding sample objects and actions in the aggregation configuration) then it will show up when there is enough data to build the aggregation.

As not all aggregations show on Timeline for all people, you can see how it appears for you by looking at your app timeline view. You can find this at https://www.facebook.com/YOUR_USERNAME/app_YOUR_APP_NAMESPACE



来源:https://stackoverflow.com/questions/9878430/how-to-display-an-aggregation-of-an-object-that-is-connected-to-another-object

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!