libfb-js icon indicating copy to clipboard operation
libfb-js copied to clipboard

App version no longer supported

Open RiwanBodereau opened this issue 4 years ago • 3 comments

Hello, i am using libfb 2.3.5 and having this issue when sending a message to messenger :

  DEBUG   18:40:09 messenger › sendMessage ›  Sending Messenger message
  TRACE   18:40:09 messenger › sendMessage › sent message info {
  TRACE   18:40:09 messenger › sendMessage › sent message info   msgid: 1650279543,
  TRACE   18:40:09 messenger › sendMessage › sent message info   succeeded: false,
  TRACE   18:40:09 messenger › sendMessage › sent message info   errno: 1545075,
  TRACE   18:40:09 messenger › sendMessage › sent message info   errStr: 'This app version no longer supports messaging. To continue to send and receive messages, please update your app to a newer version or use the mobile web version of Facebook.',
  TRACE   18:40:09 messenger › sendMessage › sent message info   isRetryable: false
  TRACE   18:40:09 messenger › sendMessage › sent message info }

I think that facebook updated something on their side, do we need to change something in the user agent ?

Thanks in advance,

RiwanBodereau avatar Feb 16 '21 19:02 RiwanBodereau

Hey, the old mobile API was deprecated and upgrading is a bit more than just changing the user agent, it's a known issue in the Miscord community, refactor is in progress but contributions are welcome.

ptrcnull avatar Feb 16 '21 19:02 ptrcnull

Thanks for the answer, yes i am using Miscord.

RiwanBodereau avatar Feb 16 '21 19:02 RiwanBodereau

Well it seems to be working using libfs 2.3.4

RiwanBodereau avatar Feb 17 '21 13:02 RiwanBodereau