Does anybody know a legal and working way to tag / mention other Pages or Users in a Post sent via Graph Api?
I hear it worked some time ago with [ID:USER], but this
You can't tag people on a feed using the Graph API, you have to use Open Graph concepts- Mention Tagging/ Action Tagging (based on your requirement)
There's a small workaround (not preferred), you can look if it fits your requirement.
But if you want to post a photo, then you can tag the people using tag parameter.
Good luck!