using @ in comments
How to use the API to write a comment with an appeal to a person
Parece que ainda não traduzimos a página que você está buscando, mas temos conteúdo em português e disponibilizamos suporte em português.
Navegar na central de ajuda em portuguêsEnviar uma solicitação
Como podemos ajudar?
Learn. Share. Discuss.
How to use the API to write a comment with an appeal to a person
Folllowing List for Post: using @ in comments
[this list is visible for admins and agents only]
Hi Aleksandr! I am afraid that currently there is no way to trigger @mentioning in comments with API. We will drop you a note here in this post once the feature becomes available.
duct tape for this feature:
<a class="stream-user-id avatar ai-228442" rel="{0}">@{1}</a>
when i add the rel parameter the request is denied in v4 api, did you block this duct tape solution on purpose without any alternative
for clarification, you need to use the user-id from the api /contacts i was trying to use the id that was shown in the frontend, when you inspect the @username in a comment, that one is not accepted
<a class="stream-user-id avatar" rel="{user id}">@whatever you want to show here</a>