I am trying to use the facebook graph API to post to a facebook group that I am the admin of.When I make the POST request,I am getting a 403 access denied error. This indicates some problem with authentication, I believe. I have made sure my user token is valid and that I am asking for the correct permissions. Here is my code handling the request and handling the user permissions:
Request:
$.ajax({url: `https://graph.facebook.com/766394103749626/feed?message=This%is%my%message&link=https://google.com/&access_token=ValidAccessToken`,
method: "POST"})
Permissions user_friends, user_posts, groups_access_member_info, publish_to_groups