Sending Facebook apprequests without dialog

后端 未结 2 1837
深忆病人
深忆病人 2021-01-23 11:09

As it is possible to post on users wall without the request dialog using FB.api(\'Id/feed...), is it possible to send users an apprequests through the FB.api? and not FB.ui(appr

相关标签:
2条回答
  • 2021-01-23 11:19

    You can send apprequests from user to user and app to user.

    The apprequests from user to user are initiated with the Requests dialog box

    App to User Requests can be used to re-engage a user in your app and can only be sent to users that have installed the app. For example, notifying a user that something has changed since their last visit, "10 of your friends are now online".

    You can post a apprequest for a user by issuing an HTTP POST request to /USER_ID/apprequests with the app's access_token.

    0 讨论(0)
  • 2021-01-23 11:31

    It is currently not possible to send *apprequest*s without the dialog.

    0 讨论(0)
提交回复
热议问题