I want to share a post in my app on behalf of the user, and include mention to my facebook page in the post. for that I'm trying to use Graph api with: me/feed while I have some message in the 'message' field, and I put my fb page id in the 'place' field, according to docs:
place - "Page ID of a location associated with this post. Either link, place, or message must be supplied."
unfortunately, although I'm bot admin of the page I want to mention and the app I'm trying to do graph api request with, mention of my page not appearing.
any clues?