Question

Anyone know if it's possible to get the images linked with a message, the messages json returns the image url's but they can't be downloaded.

http://www.yammer.com/[group name]/api/v1/uploaded_files/12983399/preview/photo-1.jpg

Was it helpful?

Solution

try remove the group name and add access_token as a query string parameter:

http://www.yammer.com/api/v1/uploaded_files/12983399/preview/photo-1.jpg?access_token=sd9f8a08fas08df7
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top