Facebook attachment

I can't get my custom story in a map layout for a lifetime. I've done this before, but this solution doesn't work anymore, so I'm starting to think that something has changed.

Current setting

I have my own Track

self-serving object type here (see source code for object structure). This object has a required field called route

which contains multiple GeoPoints

. I'll put GeoPoints in a different file at some point, but this is causing other problems at the moment.

I have a custom action called Ski

, which obviously has a field Track

that references an object.

In my user story that is Ski a Track

, I edited the attachment as a map layout and set the Route to be track.route

.

Now, when I create an activity that references my self-service object using the Graph API, I get an ID that means it was created. I can also see history in my timeline.

Problem

The story is always in a standard layout.

My question

Is it possible to use the map. If so, what am I doing wrong?

UPDATE

For those I'm interested, I've submitted a bug report here . For those who are also facing this kind of problem, please subscribe to it, as Facebook may consider this important enough to sort it out.

+3


source to share





All Articles