Closed ikaiser closed 10 years ago
Hy thanks for help me, i have a question i use this script:
feed = Hash.new feed[:message] = '' feed[:picture] = @post.image.url(:original).to_s unless @post.image.blank? feed[:description] = @post.text + 'mashup.me' feed[:name] = current_user.nickname
response = me.feed!(feed)
in facebook show the post but link type, i want post simple post with image ...
how can I do?
Please ask FB developer support.
Hy thanks for help me, i have a question i use this script:
feed = Hash.new feed[:message] = '' feed[:picture] = @post.image.url(:original).to_s unless @post.image.blank? feed[:description] = @post.text + 'mashup.me' feed[:name] = current_user.nickname
response = me.feed!(feed)
in facebook show the post but link type, i want post simple post with image ...
how can I do?