php - facebook app request not show the notification in mobile app -


i have invite friends feature in application fan page , using following code select friends sending them application request.

       fb.ui({         method: 'apprequests',         message: 'invite friends',      }); 

here screenshot of popup window select friends.

enter image description here

when select user/s , click on "send requests" button, application request notification shows in web browser corresponding user/s face-book account, not works in native mobile face-book app.

any in regard highly appreciated.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -