Add onBuddylistOverlay method - #273
Conversation
|
Haven't tested it, but I think your implementation looks good. It seems kinda pointless to add this to the API, before we figure out how to make Facebook return the data all the time. |
|
I'm still looking why FB does not return overlay messages if the browser is closed... |
|
It may be useful to merge the PR to allow a large number of users to test it, thus we could have more feedback to understand how it works. I can add a warning message in the doc: "This is an experimental feature, feedback are welcome". |
|
I did some more research, seems like Facebook sends multiple requests to I'm guessing that these requests are tied to the specific sticky_token, and allows different clients to subscribe to different Facebook events. My theory on the reason we're seeing the different events when I don't think adding it to the API will help yet, since without the permanent subscription, it's kinda useless, but I think the steps to proceed are just to analyze the |
|
I'll close this since neither of us really investigated the issue any further, and @kapi2289 ended up implementing it in #338 (and the issue with the subscription was fixed in #327). I'm sorry I didn't follow up on this sooner, or at least got your PR merged before #338, I just kinda forgot. Thanks a lot for your work though! 👍 |
Handle Buddylist Overlay messages #260
At the moment only status and last active timestamp are parsed.