Categories
How to make a post with hashtag using VK api?
When trying to post a post with a hashtag, it returns an authorization error. For authorization, I used a service access key.
Answer the question
In order to leave comments, you need to log in
You need to urlencode the message.
For those who came here for the same problem, here is a solution for 3 python. import urllib.parse urllib.parse.quote_plus("#hashtag")
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question