Veshraj Ghimire
Results
2
issues of
Veshraj Ghimire
AttributeError: module 'fbchat' has no attribute 'Session' import fbchat session = fbchat.Session.login("", "") listener = fbchat.Listener(session=session, chat_on=False, foreground=False) for event in listener.listen(): if isinstance(event, fbchat.MessageEvent): print(f"{event.message.text} from {event.author.id} in {event.thread.id}")...
There's a security problem on gapps related to CSRF (Cross-Site Request Forgery) tokens, particularly when updating user profiles. Currently, if a user is logged in, their password can be changed...