facebook-messenger icon indicating copy to clipboard operation
facebook-messenger copied to clipboard

No matching user found

Open gurugeek opened this issue 6 years ago • 2 comments

I think that something changed on the API because the example doesn't work:

2018/04/29 12:12:46 MESSAGE: {"message":{"text":"Hello"},"recipient":{"id":"162265214464270"}} 2018/04/29 12:12:46 FB Error: Type OAuthException: (#100) No matching user found; FB trace ID: HBoWieh0Qcv

any way to fix this ? thanks in advance

gurugeek avatar Apr 29 '18 10:04 gurugeek

I will try to check it although I no longer work on FB messaging apps, so I haven't check are there any API changes.

mileusna avatar Apr 29 '18 20:04 mileusna

Hi I also found some outdated structs (FacebookMessage and FacebookRequest in facbook.go) where the 'seq' is not used anymore and "attachments" are a new type in "messaging" . But before I open a pull-request, do you intend to maintain this package in the future?

CompariBear avatar Aug 14 '20 09:08 CompariBear