shaylh
shaylh

Reputation: 1859

Invite a friend to app using Facebook Graph API

I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/.

However, only friends that are already using the app can see the request!

How can I send an invitation to someone who isn't already using the app?

Thanks.

Upvotes: 1

Views: 13631

Answers (1)

shaylh
shaylh

Reputation: 1859

It turns out I was using the right code all along, but my app was in sandbox mode!

Turning off sandbox mode fixed my issue! :)

Upvotes: 3

Related Questions