在Facebook粉丝页面发布链接

This is the array i want to post:

Array
(
    [access_token] => my_token
    [message] => You intend to work in USA? Do not miss this opportunity and candidate you now! www.iprojobs.com/details/job-for-finance-manager/10317
    [name] => Finance Manager
    [caption] => USA > IL > Finance
    [link] => www.iprojobs.com/details/job-for-finance-manager/10317
    [description] => Apply to this job at ContextMedia
    [picture] => http://www.iprojobs.com/images/logotipo.png
)

The link is correct. If i remove the link, the array is posted at facebook. If i don't remove the link it gives me an error:

(#1) An error occured while creating the share

Try by adding http:// in link parameter

Array
(
    [access_token] => my_token
    [message] => You intend to work in USA? Do not miss this opportunity and candidate you now! www.iprojobs.com/details/job-for-finance-manager/10317
    [name] => Finance Manager
    [caption] => USA > IL > Finance
    [link] => http://www.iprojobs.com/details/job-for-finance-manager/10317
    [description] => Apply to this job at ContextMedia
    [picture] => http://www.iprojobs.com/images/logotipo.png
)