the picture can't be attached when I publish a new feed on facebook by graph
I was publishing a new feed to the wall on facebook using graph api in ruby, and it works except the picuture is blank.
here is a arguments I attached
{
:message => "Hello, world",
:name=> "name here",
:lin开发者_如何学Pythonk=> "http://blabla.com",
:caption=> "Note: stars",
:description => " a long sentence",
:picture => "http://www.fbrell.com/f8.jpg",
:source => "another url"
}
but if I do the same things with graph api using javascript sdk, the picture can be posted to the wall.
here is the same questions the other guys asked. any help? thank you very much.
Problem with post a picture in Facebook Wall with Graph API
Picture posting NOT working with facebook Graph API anymore
精彩评论