New iOS App struggling with Facebook Graph api v2.0

后端 未结 1 1436
长发绾君心
长发绾君心 2021-01-25 18:58

I\'m new to app development, and I\'ve been building a social iOS app that requires sending Facebook invites to join the app. Yesterday\'s release of Facebook Graph API 2.0 seem

1条回答
  •  情话喂你
    2021-01-25 19:10

    To use the invitable_friends edge, your app needs to be:

    • classified as a 'Game' within your app's settings
    • have a Canvas presence - which means enabling the Canvas platform within your app's settings.

    The error you're seeing above is because your app is not categorized as a game, not because you're in Development Mode.

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