(#3)用户必须是白名单,music.listens - 打开图形音乐 [英] (#3) User must be on whitelist, music.listens - Open Graph Music

查看:159
本文介绍了(#3)用户必须是白名单,music.listens - 打开图形音乐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用设置我的音乐应用程序。

i'v set up my Music Application using this.

我正在尝试发布新的用户操作,但是它不会工作我得到(#3)用户必须是白名单。

i'm trying to pubish new user action but it wont work i'm getting (#3) User must be on whitelist.

这是代码。

        FB.api('/me/music.listens&song=track-page-url, 'post', function(response) {
            if(!response || response.error) {
                console.log(response.error);
            } else {
                console.log('success');
            }
        });

我googled错误,发现这个问题,但似乎没有答案。

i googled the error and found this question but it appears that there is no answer.

推荐答案

要申请为白名单,请按照Open Graph 内置操作文档。希望有帮助!

To apply to be whitelisted, follow the instructions in the Open Graph Builtin Actions docs. Hope that helps!

这篇关于(#3)用户必须是白名单,music.listens - 打开图形音乐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆