Is there any option to download what means getting url of every photo I receive in Facebook Messenger? I mean primarily JavaScript but please give any idea you have.
Asked
Active
Viewed 239 times
1 Answers
1
you can try Python fbchat module, you can access the conversations there so you should be able to download photos from them

Karol Workowski
- 42
- 3
-
Now I can fetch messages but still this way it's not possible to get image message id. `messages = client.fetchThreadMessages(thread_id=thread_id, limit=10)` There is function `fetchImageUrl` which returns url but how to get image_id to pass as an argument – mikolaj Mar 18 '20 at 23:52