Answer the question
In order to leave comments, you need to log in
Why does the mediatopic.post method return the error PERMISSION_DENIED: User must grant an access to permission 'PUBLISH_TO_STREAM'?
I'm trying to call the mediatopic.post method to set the user's status, and I get the error PERMISSION_DENIED : User must grant an access to permission 'PUBLISH_TO_STREAM' ?
The request parameters are as follows:
https://api.ok.ru/fb.do
?application_key=CKIMGFJGDIHBABABA
&attachment=%7B%
&format=json
&method=mediatopic.post
&type=USER_STATUS
&sig=d28e4cd9ba91d26fac5ee99e2458bf3d
&access_token=mytoken,
where in attachment I pass the following:
{
"media": [
{
"type": "text",
"text": "
}
The application has the rights VALUABLE_ACCESS, SET_STATUS .
Where to look for an error? Why does it return such an error?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question