How to invite facebook app?

We have a Facebook application. We use the api schedule in ASP.net with C # 2008. We performed the authentication process (Fb Oauth Authentication). We want the Facebook app to offer functionality. When the user permits our application, he should see the invitation window. I tried a lot, but I did not find a solution. How can i do this?

+4
source share
1 answer

You can check it here http://developers.facebook.com/docs/reference/oldjavascript/FB.Connect.inviteConnectUsers about connecting a user known to a registered user, like what we saw when using facebook to invite people

+1
source

Source: https://habr.com/ru/post/1334885/


All Articles