'An unknown error has occurred.' when updating facebook group cover_url

How to successfully update facebook cover_url group via api chart? No matter what I try, I get an error message in the third step from below:

The error I get is of the form:

{
   message: 'An unknown error has occurred.',
   type: 'OAuthException',
   code: 1,
   fbtrace_id: <SOME-ID>
}

I imagine some kind of restriction on valid covers, but neither the documentation nor the error gives me any indication as to what it is.

facebook , facebook: https://developers.facebook.com/bugs/425584494232936/

+4
1

Source: https://habr.com/ru/post/1622857/


All Articles