Facebook actions like spotify?

I am trying to understand actions and objects on facebook and im completely blown away by how spotify publishes actions with this format. How the hell do you customize the layout of a user action like this?

As far as I know, with the excellent documentation on facebook, all you can do is post the actions in one line: (user A) - (action) - to - (object), followed by a title and description.

How do you design html / css layout for user actions? Link? Application? I assume that you should do something like "magic" in the description? Thanks!

+4
source share
1 answer

The Facebook open Graph Tutorial does a decent job explaining this, but with various options that you need to scroll through for a while to make it part of the grouping. In short, individual actions that you are familiar with are combined together through “aggregations,” which can be set to display multiple formats from lists to grids.

To set one of them, you must first configure your actions and objects using the parameters of the open chart, and then manually create the aggregation and a few default values ​​to fill in for preview purposes.

This will be displayed when the user authenticates your application for an open schedule and will be configured for them when they begin to actually use the specified actions.

Now, as for the play button option, this is what I assume is unique to their integration.

Docs at https://developers.facebook.com/docs/beta/opengraph/tutorial/

+1
source

All Articles