I've created a rule to generate a new Facebook publication entity when a particular content type is generated in Drupal. It's pretty straightforward, I'd like the article's title, summary, and a link to the article to be posted on the associated Facebook wall.
All is working well except that on the Facebook side of things the link is posting with data from previously published nodes of the same type.
The "Set a data value" action for this is:
- Selected data: entity-created:field-facebook-link
- Data selector: node:url
Am I missing a step with this? I'd think it's as straightforward as passing a node's url into that link field.
Comments