Has anyone had success with a mention of a FB Page via the Graph API? I'm trying to have one page mention another posting via the Graph API.
- I have permissions: "pages_read_engagement" and "pages_manage_posts".
- Have tested using FB Pages I'm the admin of with an approved app I'm admin of. Also these Pages are over 6 months old. Also using a real user (mine) and not a test user.
- Have posted with @[Page Id], @[Page Name], @[Page ID:Page Name], and @[Page Id:1:Page Name]
- Made sure in the Page setting mentions by others is allowed.
- Using Facebook SDK version 11.0
and the post always has the mentioned removed.
For example "This is great @[109904187850644]" posts as "This is great"
The only time mentions show is when the Page mentions itself.
For reference:
- https://developers.facebook.com/docs/features-reference/page-mentioning
- Related question but using version 2.1 from 7 years ago: Mention Facebook Page in Page API Post
Any thought on the issue? Permissions, way posting, etc?