I use Koala to publish a post with link to a Facebook Group
@graph = Koala::Facebook::API.new(access_token)
@graph.put_connections(group_id, "feed", {
:message => post_message,
:picture => backdrop,
:link => url
})
I get this post
Instead I have to do this