Facebot icon indicating copy to clipboard operation
Facebot copied to clipboard

Message send is not received

Open hanneseilers opened this issue 10 years ago • 5 comments

I got Facebot working with fork of spartak1547 and was able to login successful. I was also able to send a message (clearly there was not error during sending the message), but the message never arrives at receivers account. I tried with myself as receiver and also with another account.

hanneseilers avatar Dec 30 '15 09:12 hanneseilers

I fixed it

sinisa-colic avatar Jan 03 '16 15:01 sinisa-colic

Maybe I dind't explained the problem correctly. If I am sending a message using following code:

from facebot import Facebook fb = Facebook('userid', 'pw') fb.send_person('otheruserid'; 'test')

The message never receives at the second account with uid 'otheruserid'. Maybe the format of data send to MESSAGE_URL is wrong or changed. or the URL changes?

hanneseilers avatar Jan 03 '16 22:01 hanneseilers

sending messages works, maybe you are using the wrong id

sinisa-colic avatar Jan 04 '16 14:01 sinisa-colic

what exactly is the userid?

wendlerc avatar Apr 30 '16 10:04 wendlerc

Also doesn't work with me. For userid, I'm putting in their Profile name

DanMossa avatar Oct 28 '16 01:10 DanMossa