Facebook video/audio share?

227 Views Asked by At

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.

enter image description here

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

0

There are 0 best solutions below