I can't for the life of me get my custom story display in the Map layout. I have done this before but that solution is no longer working either so I'm starting to think something has changed.
Current Setup
I have a custom object type Track
with a self-hosted object here (please see the source code for object structure). This object has a required field called route
which contains multiple GeoPoints
. I will put the GeoPoints in another file at some point but that causes other problems at the moment.
I have a custom action called Ski
that obviously has the field Track
which references the object.
In my custom story which is Ski a Track
, I have edited the attachment to be a map layout and set the Route to be track.route
.
Now when I create an action which references my self-hosted object using the Graph API Explorer I get an ID back which means its been created. I can also see the story on my timeline.
The Issue
The story is always in the standard layout.
My Question
Is it possible to still use the map attachment. If so what am I doing wrong?
UPDATE
For those interested I have submitted a bug report here. For anyone also experiencing issues of this nature then please subscribe to it as Facebook may deem it important enough to sort out.