Answer the question
In order to leave comments, you need to log in
How to update VK widget via Python?
I got a community widget token via vkminiapps and getCommunityToken, and now I want to update the widget via a Python script, but to display user information, such as a name, here is an example code
var test = API.users.get()@.first_name;
return {
"title": "Заголовок виджета",
"text": test[0],
"descr": "Описание"
};
One of the parameters specified was missing or invalid: text is empty
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