Can a non-game application use the FB apprequests dialog in FB v2

In FB api v2.0 +, can a gameless app use apprequests https://developers.facebook.com/docs/games/requests/v2.2#implementation ? I tested that our application, which is classified as a shopping application, seems to be able to use apprequests without problems when switching to FB v2.1, however, at https://developers.facebook.com/docs/games/requests/v2. 2 # implementation , he says: "Requests are available for games on Canvas, iOS or Android." Why does my test show the apprequests api works for FB v2 for my shopping app, but the documentation says it only works for a game app?

+4
source share
1 answer

Actually, there is a current hole in the Facebook API regarding web invitations to non-gaming canvases. The Facebook API statement from version 2.2 to version 2.3 states that the apprequests function, which opens the request dialog box, is now limited to games only, and non-game applications should use App Invites. However, the Invites app only works on iOS and Android.

, , . , , "", .

Facebook, , . .

https://developers.facebook.com/bugs/895531977178531

+7

All Articles