Reputation: 343
I am using Facebook unity SDK. I recently upgraded the unity SDK. Now, If I want to get invitable friends data. My app should be game and must contain canvas presence (Ref : https://developers.facebook.com/docs/games/invitable-friends/v2.0?locale=en_GB ). My game is mobile based (iOS/Android). I don’t have canvas app. But to use invitable_friends API, I had to provide dummy URL of the canvas app in facebook developer app settings. I read it some where on the internet so that I can access invitable_friends data. Now, it works fine. But I am now thinking, that is it right to use by above method. Can this thing be of some problem (my app is already LIVE on app store). Should I create canvas app as well?
Upvotes: 1
Views: 825
Reputation: 21
Yes, you should. Right now you can send see the invitable friends, but sending an app request using token to someone who is not a developper/tester/admin will fail. In order to use the tokens you need to submit the app for a review, and facebook won't approve this permission without an active game in canvas.
Upvotes: 1