appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
952 stars 99 forks source link

oembed annotations: thumbnail_width and _height values may be incorrect #342

Closed tigerbears closed 11 years ago

tigerbears commented 11 years ago

For this post: https://alpha-api.app.net/stream/0/posts/7095753?include_annotations=1

the thumbnail width/height values are 200 and 200. However, the dimensions of the image at the thumbnail_url are 640x360. That post is a quoted repost of the following post; its annotation's large thumbnail dimensions are indeed 640x360.

https://alpha-api.app.net/stream/0/posts/7095210?include_annotations=1

mthurman commented 11 years ago

The annotation for 7095753 was not generated by the App.net API (it has no file_token_read or file_id). That oembed data was provided by a client when the post was created. You may want to reach out the the riposte guys to report this.