MacOS Audio – Downloading Facebook Messenger Audio File

audiofacebookmacos

A loved one recorded an audio message on Facebook messenger for me; it looks like the image below. I'm trying to download it, but nearly all of the ways to capture it don't see that the file exists, and the one exception to that downloaded a file that nothing can open.

Can someone please tell me how to download this file such that it can be played? I have 10.9.5, if that makes a difference. Thanks!

enter image description here

Best Answer

UPDATE: The mobile website solution pointed out by others doesn't seem to work anymore. If you can get it to work, please update this answer again. For now, fallback to one of the methods described below.

UPDATE: As pointed out by others, you can open Facebooks' Official Mobile Messager Webpage and download directly from the interface:

  1. Go to https://m.facebook.com/messages/
  2. Find the audio file you want to download
  3. Click on the dropdown menu on the right of the audio file
  4. Press Download

These generic methods should work for most browsers. You just have to watch out for the fact that different browsers will use slightly different names for the same tools. I will outline the general solution bellow and indicating the exact tool names for Safari, Chrome, and Firefox. (Feel free to edit this answer to add the names for other browsers!)

Method 1 (Network)

  1. Go to the chat window that contains the audio file you want to download, using the Facebook's Messenger Official Website.

  2. Open the browser's Web Inspector

    • All Browsers the keyboard shortcut opt+cmd+I,
    • Safari: Develop -> Show Web Inspector,
    • Chrome: View -> Developer -> Developer Tools,
    • Firefox: Tools -> Web Developer -> Toggle Tools;
  3. Go back to the chat and press the "Play" button of the file you want to download.

  4. Find the Network tab in the Web Inspector and you will notice that an audioclip-xxxxxxxxxxxxx-xxxx.aac file has been loaded.

  5. Double click on the file and it should automatically download to your default downloads folder (e.g. ~/Downloads). Alternatively, you should be able to right-click on the file and choose the "Download" option.

Method 2 (Resources)

  1. Same as Method 1.

  2. Same as Method 1.

  3. Same as Method 1.

  4. Find the Resources (see details bellow) tab in the Web Inspector and find the audioclip-xxxxxxxxxxxxx-xxxx.aac file

    • Safari:
      • Tab: Resources
      • Section: All Resources
      • Folder: Other
    • Chrome:
      • Tab name: Application
      • Section: Frames
      • Folder name: Media
    • Firefox:
      • Please add here
  5. Same as Method 1.