Facebook Share Dialog failing to recognize custom reference objects when posting custom Open Graph story
So I have a Facebook webpage app, and I'm trying to use the Facebook Javascript SDK and the FB.ui function to post a custom Open Graph story on a user's wall. I have a custom action 'Ride' and custom object 'Distance'. I am trying to post a custom story 'Ride a Distance'. My function below is triggered on the click of a button: function postDistanceRidden() { FB.ui({ method: 'share_open_graph', action_type: 'APP_NAME:ride', action_properties: JSON.stringify({ distance:{ "og:type" : "APP_NAME:distance", "app_id" : "APP_ID", "og:url" : 'PUBLIC_URL', "og:title" : "My Title", "og:image" : "PUBLIC