I am trying to do the following in Facebook Graph Explorer using my app's token.
POST /v2.6/me/live_videos?description=hello%20world&privacy={'value':'CUSTOM','allow':'<friend id>'}&title=welcome
But I am getting the following error, am I doing anything wrong? Should the friend id be app-scoped user id instead?
{
"error": {
"message": "(#100) Only friends may be specified in allow and deny lists",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "BOcQttKPs5W"
}
}