I get "internal server error" when posting to https://graph.facebook.com/feed with the link parameter. Without link the post is ok.
Sample post: curl -F 'access_token=...' -F 'message=test' -F 'id=175341372513603' -F 'link=http://www.spoki.lv/' https://graph.facebook.com/feed
response: {"error":{"message":"An unknown error has occurred.","type":"OAuthException","code":1}}
is this a bug on fb side?