I am trying to control groups and/or pages by my own react native app using the facebook graph api. I was able to successfully make text posts to groups but unable to do it for photos. However, through Facebook's Graph api tool I was able to do it, here is a screenshot:
But when I try it through react native using axios it does not work, here is my code:
I am trying to control groups and/or pages by my own react native app using the facebook graph api. I was able to successfully make text posts to groups but unable to do it for photos. However, through Facebook's Graph api tool I was able to do it, here is a screenshot:
But when I try it through react native using axios it does not work, here is my code:
This is the error I get: [Error: Request failed with status code 400]
Please Note: using this same axios method I am able to make a text post to the group like this: