J
J
jenya77712019-02-28 11:52:14
Classmates
jenya7771, 2019-02-28 11:52:14

Error publishing a post marked promo in classmates?

Hello, I am making the following request to the API OK

request({
                                            url: `https://api.ok.ru/fb.do`,
                                            method: 'get',
                                            qs: {
                                                application_key: applicationKey,
                                                attachment: JSON.stringify(dataPost),
                                                format: 'json',
                                                gid: site_id,
                                                method: 'mediatopic.post',
                                                type: `GROUP_THEME_PROMO`,
                                                sig: sig,
                                                access_token: access_token,
                                            }
                                        }, (error, response, body) => {
})

It used to work fine, but lately I've been getting this error all the time:
error_code":456,"error_msg":"GROUP_RESTRICTION : errors.group.cannot_create_promo_moderation_topic

Tell me please, what could be the problem?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question