Actually I see now, just pass in nil as the from_user.
app_to_user notifications are handy because you don''t need an infinite
session.
On Dec 12, 2008, at 2:47 PM, Michael Jones wrote:
> Is there an easy way to get FacebookPublisher to send notifications
> as ''app_to_user''?
>
> It''s talked about here:
> http://wiki.developers.facebook.com/index.php/Notifications.send
>
> This is the attribute I need to set:
> type string Specify whether the notification is a user_to_user
> one or an app_to_user. (Default value is user_to_user.)
>
> Thanks-
> MJ