The Short Answer: No, Not Without Their Consent
Let me break this down properly because there is a lot of misinformation floating around, especially about monitoring apps.
How Facebook Protects Like Data
API-Level Restrictions
Since 2018, Facebook severely restricted its Graph API. Version 3.0 and beyond removed the ability for third-party apps to read user likes, reactions, and activity feeds, even with user permission in most cases. The API endpoint GET /{user-id}/likes now requires specific app review approval and only works for the app’s own users, not someone else’s account.
This means there is literally no programmatic way to pull someone’s likes unless they are logged into your own developer app and have explicitly granted that permission.
Device-Level Reality
On Android, the Facebook app stores some cached data in /data/data/com.facebook.katana/ but this path is only accessible with root permissions. On a stock Android 13/14 device like a Google Pixel 7 or Samsung Galaxy A54, this directory is sandboxed and completely inaccessible to any third-party app.
On iOS (iPhone 14, iPhone 15 series), the situation is even stricter. App sandboxing means zero cross-app data access without jailbreaking.
What About the Web Browser Version?
When someone accesses Facebook via Chrome or Safari on mobile, all data is transmitted over HTTPS. The browser stores some cookies and cache data locally, but this is also sandboxed per-browser and not accessible to external apps.
For Parents
If you are a parent and want to monitor your child’s Facebook activity on a device you own, the legal and transparent path involves:
- Having an open conversation with your child about online safety
- Setting up parental controls at the device level (Google Family Link for Android, Screen Time for iOS)
- Using router-level monitoring like Circle Home Plus to see which apps are used and for how long
- Enabling supervised accounts if your child is under 13 (Facebook actually blocks under-13s, but Instagram has supervised features)
For Account Security (Your Own Account)
If you want to audit your own Facebook activity or see your own like history, go to:
Facebook > Settings > Your Facebook Information > Activity Log
This shows everything, likes, reactions, comments, searches, chronologically.