Facebook video/audio share?

会有一股神秘感。 提交于 2019-12-08 06:58:34

问题


Am also having some problem with sharing audio/video,

I tried this code block to share audio file.

me = FbGraph::User.me(ACCESS_TOKEN)    
me.feed!(
        :message => 'Updating via FbGraph',
        :source => 'http://s3.amazonaws.com/derbywire_development/system/audios/21/original/ROJA.mp3?1376993284',
        :description => 'A Ruby wrapper for Facebook Graph API',
        :name => 'FbGraph',
        :type => 'mp3'
    )

Its sharing the post the but the player is not coming for me. its simply showing the link.

Can any one help me out from this? Thanks in advance.

来源:https://stackoverflow.com/questions/18374027/facebook-video-audio-share

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!