0
나는 fb_graph
을 사용하여 Facebook 계정에 게시물을 만듭니다. 그것은 잘 작동합니다.ruby (fb_graph)를 사용하여 페이스 북에서 열린 그래프 스토리를 게시 하시겠습니까?
me = FbGraph::User.me(session[:fb_token])
me.feed!(:message => 'This is test message', :link => 'http://site.com', :name => 'Sports', :description => "Manish placed a bet on India vs England on Sports.com")
그러나 지금, 나는 fb_graph
API를 사용하여 페이스 북에서 이야기를 게시해야합니다. 어떤 친구도 도와 줄 수 있어요! 아이폰 OS
처럼 : http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/
와 루비 보석 fb_graph
에서 내가 이야기와 관련된 몇 가지 코드를 발견 는 https://github.com/nov/fb_graph/search?q=story&ref=cmdform
이 fb_graph
가 open-graph
이야기를 지원해야 의미합니다.