Does facebook API support image tagging?

As the title says, does the facebook API allow developers to write an application that will automatically tag photos? Or is it outside the area?

+3
source share
1 answer

You can use the Graph API to bind users to images https://developers.facebook.com/docs/reference/api/photo/

Remember that, in accordance with Facebook’s policy, your application should not encourage the use of this behavior for authenticity. If your application violates these rules, it may be disabled.

+1
source

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


All Articles