jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
776 stars 234 forks source link

Tag people in photo with Codebird #189

Closed Imbatido closed 7 years ago

Imbatido commented 7 years ago

Hello,

Codebird is really great, but I've a small question. When I upload an image on Twitter I can tag up to 10 people. Twitter asks "Who's in this photo?". But, how can I do this with Codebird? To improve the reach of the tweet I want to tag people. It would be really great if this is possible.

Thanks in advance!

Imbatido commented 7 years ago

Anyone any idea? Still searching for a solution.

mynetx commented 7 years ago

Looking into. For reference:

https://dev.twitter.com/rest/reference/post/media/metadata/create.html

andypiper commented 7 years ago

This feature is currently not available in the Twitter API, unfortunately we only provide access to the accessibility text metadata, not people tagging.