8

I don't use Facebook app (browsed on Google Chrome), but I use its Messenger app. Where can I find the saved images from Facebook Messenger app?

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
Guy
  • 91
  • 1
  • 1
  • 2
  • 1
    Do you use Facebook messenger app or Google Chrome to access facebook? Are you able to see the saved photos into your phone's Gallery? – Lucky May 28 '15 at 19:03

2 Answers2

12

Facebook Messenger saves photos to $EXTERNAL_STORAGE/Pictures/Messenger. That variable depends on your device, but on mine it is /storage/sdcard0 which is also pointed to by the /sdcard symlink.

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
  • 1
    Is there any way to change that? I don't want syncthing to sync all the gifs I get sent. – Marcel Jul 31 '17 at 15:31
  • 1
    Computer\SAMSUNG-SGH-I537\Phone\Pictures\Messenger is where they appeared with a USB cable to my Windows 7 desktop. – Bob Stein Mar 16 '18 at 21:52
  • This helped, but it would also be great to provide a contextual reference (like version numbers or documentation link) in case this changes. – ryanwebjackson Feb 11 '24 at 14:06
  • 1
    @ryanwebjackson This answer is nearly 9 years old, so I'm not sure what the app version was back then. Feel free to report your version here, if it still works. – Matthew Read Feb 12 '24 at 21:20
-1

If you are using Chrome Browser then you can view it in your Downloads folder. If you are using Facebook Messenger App then you should be able to view the photos in you Gallery app. Internally when using Facebook messenger, it hides the downloaded photos inside the system. You have to have a rooted phone to access those hidden files. Its in the hidden root directory,

data/data/com.facebook.orca/cache

you have to copy the folder to a directory and rename the .image files to .jpg files.

Lucky
  • 3,331
  • 8
  • 34
  • 53
  • Can I not take ADB backup (no root) of this facebook app and then extract it to see these images? – Firelord May 28 '15 at 19:18
  • @Firelord Yes that can be another way but the OP's question title asks "where can I find the saved images.." so that's why I mentioned the path to access it – Lucky May 28 '15 at 19:20