Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从facebook wall播放歌曲时出现未定义错误_Facebook_Api_Rest - Fatal编程技术网

从facebook wall播放歌曲时出现未定义错误

从facebook wall播放歌曲时出现未定义错误,facebook,api,rest,Facebook,Api,Rest,我使用以下api通过我的应用程序(demosrbt)在Facebook墙上发布音乐 https://api.facebook.com/method/stream.publish 它成功地在墙上发表了。但我在播放来自墙壁的歌曲时,出现了未定义的错误 附件格式为 {"media": [{"type": "mp3", "src": "http://onspire.onmobile.com/srbt/preview/IDEA_IND/1/6/b/rbt_testclip363_preview.mp3",

我使用以下api通过我的应用程序(demosrbt)在Facebook墙上发布音乐

https://api.facebook.com/method/stream.publish

它成功地在墙上发表了。但我在播放来自墙壁的歌曲时,出现了未定义的错误

附件格式为

{"media": [{"type": "mp3", "src": "http://onspire.onmobile.com/srbt/preview/IDEA_IND/1/6/b/rbt_testclip363_preview.mp3", "title": "title Testing", "artist": "artist Testing", "album": "Testing"}]}`
在embed中,src具有长值,而不是路径

<embed width="300" height="29" flashvars="audio_log=https%3A%2F%2Fwww.facebook.com%2Fajax%2Fapplications%2Fmusicplayer%2Faudio_listen_log.php&amp;show_title=1&amp;fbt_artist=By&amp;fbt_title=Title&amp;fbt_album=Album&amp;fbt_unavailable=Unavailable&amp;src=***1b4419434e4753010941030a0025430d025e1c52045f11461f010a1d0011103442121e56055908445b21382b266d3a2d366f5c4d5a1c111f1f510037080b1446100f1b305e545f6c034208451d0d0b400a4240***&amp;song=Test+Clip363&amp;artist=test+artist363&amp;album=testa+lbum363&amp;width=300&amp;height=29&amp;user=100001643190330&amp;log=no&amp;showErrors=no&amp;div_id=id_4e92f084dfd897660119695&amp;swf_id=swf_id_4e92f084dfd897660119695&amp;browser=Firefox+3.6&amp;post_form_id=a98ccdcf8d075cd10c42139c777402fa&amp;string_table=https%3A%2F%2Fs-static.ak.facebook.com%2Fflash_strings.php%2Ft91545%2Fen_US" wmode="opaque" scale="noscale" salign="tl" allowscriptaccess="always" allowfullscreen="true" quality="high" bgcolor="#FFFFFF" name="swf_id_4e92f084dfd897660119695" id="swf_id_4e92f084dfd897660119695" style="" src="https://s-static.ak.facebook.com/rsrc.php/v1/y2/r/JvWzcSQ5kI0.swf" type="application/x-shockwave-flash">

提前感谢,为同样的问题提供解决方案