Publish new facebook post with tagged product

Viewed 226

I'm using Facebook's Graph API to publish a new post on my page, essentially I currently have the following HTTP request:

HOST: graph.facebook.com
POST /v2.10/{page-id}/feed?access_token={token}

message=example
link=www.example.com

Now I would like to add the product's tag, but the /page/feed API has no mentioning of this.
The following image shows what action I would like to achieve:

Tag product from Facebook post

Is this possible to do?

0 Answers
Related