开发者

the picture can't be attached when I publish a new feed on facebook by graph

开发者 https://www.devze.com 2023-04-10 16:29 出处:网络
Iwas publishing a new feed to the wall on facebookusing graph api in ruby, and it works except the picuture is blank.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号