I wondered how could I get a publicly accessible url for a timeline item attachment (like an image) that doesn't require authentication to access it?

有帮助吗?

解决方案

This is unfortunately not possible as image attachments are private to the user: they indeed require an access token to be retrieved.

The only way you could make the image publicly available is by providing some sort of proxy that would fetch the image using a stored token and returning it to the requester.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top