0

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"   } }

tom
  • 14,273
  • 19
  • 65
  • 124

1 Answers1

0

The problem here is that you need to know so-called "app scoped user id" of the friend you want to add.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Andrey Ovcharov
  • 299
  • 2
  • 12