Send proper URL to FriendFeed when node is published
CSCharabaruk - January 17, 2009 - 20:37
| Project: | FriendFeed |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | CSCharabaruk |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| friendfeed.module.patch | 944 bytes |

#1
Wicked awesome to the max! Coldacid++;
I'll commit this once the IDE is installed.
#2
Committed to Drupal 5 branch and Drupal 6 branch. YAY!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.