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.
| Comment | File | Size | Author |
|---|---|---|---|
| friendfeed.module.patch | 944 bytes | CSCharabaruk |
Comments
Comment #1
robloachWicked awesome to the max! Coldacid++;
I'll commit this once the IDE is installed.
Comment #2
robloachCommitted to Drupal 5 branch and Drupal 6 branch. YAY!