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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -