You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image of an existing facebook post gets replaced by the one indicated in the code.
Actual Behavior
Nothing happens and no errors in the console.
Steps to Reproduce
There is a post on my facebook page which has some text and an image, and I would like to replace the image with another one saved on my computer. Using the graph API I'm able to easily update/edit the text of the post in this way
but none of them works, even though there are no errors during the execution of the code.
What is wrong?
In the documentation there are only two parameters for put_object even though they are more for sure, so I don't understand if I'm doing something wrong or if there is something wrong with the function itself.
The text was updated successfully, but these errors were encountered:
Version of the SDK being used
By running
the result is 3.1.0
Expected Behavior
The image of an existing facebook post gets replaced by the one indicated in the code.
Actual Behavior
Nothing happens and no errors in the console.
Steps to Reproduce
There is a post on my facebook page which has some text and an image, and I would like to replace the image with another one saved on my computer. Using the graph API I'm able to easily update/edit the text of the post in this way
I tried to update/edit the image of the post with the commands
and
but none of them works, even though there are no errors during the execution of the code.
What is wrong?
In the documentation there are only two parameters for
put_object
even though they are more for sure, so I don't understand if I'm doing something wrong or if there is something wrong with the function itself.The text was updated successfully, but these errors were encountered: