My plan was to submit an image via formData to the /{album_id}/photos or /me/photos endpoints. But these have been deprecated. What is the latest allowed method for this?
Any ways where I am able to provide the image would be great. The facebook social-plugin buttons still work with page metadata, such as og:image but in this case it has to be a URL, not any uploads/formdata. Any workarounds would be appreciated.
This is a follow up question from here: How to post local images to Facebook via JavaScript SDK without URL?
Thanks!