Currently, the URL passed to FriendFeed when a node is published is relative (of the form "/node/xxxx"), rather than an absolute URL (like "http://example.com/this-is-a-node"). As such, FriendFeed treats the passed URL value as a comment, leading to malformed entries on a person's feed.

This patch sets $absolute in the call to url() to ensure an full URL is sent to FriendFeed.

CommentFileSizeAuthor
friendfeed.module.patch944 bytesCSCharabaruk

Comments

robloach’s picture

Status: Needs review » Reviewed & tested by the community

Wicked awesome to the max! Coldacid++;

I'll commit this once the IDE is installed.

robloach’s picture

Status: Reviewed & tested by the community » Fixed

Committed to Drupal 5 branch and Drupal 6 branch. YAY!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.