Does Facebook support the upload name and data keys for a user publish action?
- I tried base64 encoding the image in the data field as I want to have Facebook display the a larger image in the shared post than they do by default when simply sharing a link that FB then extracts meta metadata from directly.
- I also tried sending a picture URL, but it does not seem to change the way a FB post is displayed.
(
https://docs.oneall.com/api/resources/users/write-to-users-wall/)
- Is there a list somewhere of the key/value pairs supported for each provider? (FB, Twitter, LinkedIn)
FYI, the base64 data string is here:
https://pastebin.com/7AEKMHyn (I made sure it renders in the browser)
Answers
we will no longer improve the endpoint that you have mentioned and have marked it as deprecated.
https://docs.oneall.com/api/resources/users/write-to-users-wall/
We have release a new API that is far better here
https://docs.oneall.com/api/resources/push/
Could you check if the feature that you are looking for is already covered by the new API?