App requests successful, but no notification shown

后端 未结 6 822
我寻月下人不归
我寻月下人不归 2020-12-05 03:34

I am using the normal setup for sending invites through the requests dialogue:

FB.ui(
  {
    method: \'apprequests\', 
    message: \"Please add me, I am do         


        
6条回答
  •  攒了一身酷
    2020-12-05 04:16

    Its not facebook bug its a problem in your facebook app configuration :

    Follow the below configuration and its working like a charm.

    You just need to go in to the Facebook developer and select your app and goes in to the setting of your app and click "Add Platform" and select "App On Facebook" and than add canvas url in it. now try to send invitation and it will show the notification.

    Thanks Sagar


    or go to facebook developers,

    Change 111 to your APP ID

    -Fedmich

提交回复
热议问题