How to detect if a user received new apprequest
I'd like to detect if a user receives an apprequest during being in my app's canvas. Is 开发者_如何学JAVAthis possible via FB.Event.subscribe?
Thanks
FB.Event.subscribe has no function for that as facebook described. But you can accomplish it with Comet.
精彩评论