i’v set up my Music Application using this.
i’m trying to pubish new user action but it wont work i’m getting (#3) User must be on whitelist.
this is the code.
FB.api('/me/music.listens&song=track-page-url, 'post', function(response) {
if(!response || response.error) {
console.log(response.error);
} else {
console.log('success');
}
});
i googled the error and found this question but it appears that there is no answer.
To apply to be whitelisted, follow the instructions in the Open Graph Builtin Actions docs. Hope that helps!