nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

Feed publish doesn't support picture #41

Closed bvsatyaram closed 13 years ago

bvsatyaram commented 13 years ago

client.selection.me.feed.publish!() is publishing everything but the picture. Every param of the following call is published except for the picture: fbclient.selection.me.feed.publish!( :message => "This is message"), :name => "title of the feed", :caption => "Caption of the feed", :description => "Description of the feed" :link => "", :picture => '', :actions => "{'name': 'Volunteer', 'link': ''}" )

nsanta commented 13 years ago

Picture is supported on fbgraph. I'm currently using feed.publish! with picture as parameter.:picture accepts only a url as a value, not a File.