I am using the feed api to post status messages with pictures. I do a post with parameters like:
message: 'My Message'
picture: 'https://......./myimage.png'
caption: 'this is my caption'
height: '150' #ignored
width: '300' #ignored
type: 'status' #ignored
Is there way to post a picture and scale it so its a little larger? I tried passing parameters to it with no luck.. I noticed most of my posts were being created with types as “link.”
The answer to this is no. If you want to be able to reference a picture, and resize it then you need to actually post a picture and set the captions on that.