Folivi Fofo
unread,Oct 4, 2012, 3:38:07 AM10/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to koala...@googlegroups.com
Hi,
I'm trying to post an event to facebook group by doing something like this:
attachment = {
"name" => @event.fb_name,
"link" => "facebook_event_url,
"description" => @event.description
}
@publication.fb_groups.each do |group|
@api.put_wall_post(@publication.content, attachment, group.fb_id)
end
this works fine but I only see the text, no event image, no caption.
My goal is to get the same behaviour as when you manually copy and paste a facebook event url
thx for your help