I was using this in my app to post to users friends' wall:
Koala::Facebook::GraphAPI.new(facebook_token).put_wall_post("My message", {:link => "http://www.mywebsite.com.br/invitation/#{uniq_link}"}, uid)
And it was all working fine, i ask for publish_stream and manage_friendlists permissions, but now, if someone send an invitation to me, i receive the notification but can't see the message or the link, is something wrong with my app? With koala? Facebook changed something? The fact that i already posted in a lot of walls is a problem?