开发者

How I can give a link to the caption of audio post on the wall

Hey!! I have made an application through which I am publishing an audio file to the wall in facebook. Further I want to give a clickable caption, that when get a click take me to some url. Can somebdy plz help me in sorting it开发者_StackOverflow out....

Thanx in advance...!


You need to send media as an attachment with your publish request.

{"media": [{
    "type": "music", 
    "src": "URL_OF_MEDIA", 
    "title": "NAME_OF_AUDIO_CLIP", 
    "artist": "ARTIST", 
    "album": "ALBUM"
}]}

Docs here: http://developers.facebook.com/docs/guides/attachments

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜