I'm having difficulty receiving the fb_ref with a custom Open Graph object.
Facebook's provided OpenGraph objects such as Article generate URLs that use a Facebook redirect (i.e. https://www.facebook.com/connect/uiserver.php?....) which then bring along the 'fb_ref' property that we are assigning to a token in order to track user origin. When a user shares such a link via the setup and leaves a wall posting, it generates a share formatted like:
'Bob likes an article on Sitename'
...along with a URL that passes through FB and then to our site with the fb_ref property.
I'm noticing that if I create a custom object through Open Graph, when someone likes and wall posts something that I've configured as that object, it's formatted as:
'Bob shared a link'
...along with a bare URL to our site without the FB redirect nor the fb_ref parameter I'd like to use for metrics.
Is this a problem in my configuration or do all custom Open Graph objects behave this way on active Facebook shares (like + comment)?
Extra context: I can confirm through the FB Object Debugger that the incoming share is being recognized as my custom object, which leads me to believe this is expected behavior rather than a misconfiguration.

