以前有人用考拉宝石在 Facebook 墙上发帖吗?我可以很好地发布(显示图片),但在实际的墙贴上似乎没有“分享”链接。但是会出现“喜欢”和“评论”。
我有以下内容:
client = Koala::Facebook::API.new(user.token)
options = {
:message => "Message here",
:description => "Description here",
:link => "http://#{APP_CONFIG['host']}/foobars/1",
:picture => "#{photo.url}"
}
client.put_object(user.facebook_uid, 'feed', options)
我错过了什么options
吗?有人愿意分享他们的经验吗?