Create custom tags

I knew that a bug recently appeared that allowed you to tag someone without using your name. Something like this: @@ [0: [Facebook ID: 0: tag name]]

This does not work anymore. Is there anything in the api that will allow you to do the same? I am trying to make a simple application that will allow people to easily create custom tags ...

+6
source share
1 answer

Facebook has disabled the old tagging method @@[0:[Facebook ID:0:Tag Name]] , but has enabled tagging via the API (in limited form). Follow the documentation for the tags .

You need to create an application and use it to use it ...

+2
source

Source: https://habr.com/ru/post/907866/


All Articles