I have been creating an android app which calls the Yammer API to retrieve files from Yammer.
Recently, I found out that the original yammer file link (https://www.yammer.com/api/v1/uploaded_files/) is now redirected to the new url (https://files.yammerusercontent.com/v2/files/).
All the file API calls are broken in my app, and I have managed to fix it by getting the redirected URL (its 307 redirection) and re-grab the file from the new URL. As 307 redirection is temporary redirection, does anyone know whether it is just a temporary change, or it works this way from now?
I have not released my fixed app into production yet as I am not sure whether this change will take place
There's nothing mentioned in Yammer API guideline about the new yammerusercontent.com domain either.