Download & Extend

Send proper URL to FriendFeed when node is published

Project:FriendFeed
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:CSCharabaruk
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
friendfeed.module.patch944 bytes

Comments

#1

Status:needs review» reviewed & tested by the community

Wicked awesome to the max! Coldacid++;

I'll commit this once the IDE is installed.

#2

Status:reviewed & tested by the community» fixed

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

#3

Status:fixed» closed (fixed)

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