简体   繁体   中英

Facebook App - How to not link requests to native app

I'm building an app that will let users organize soccer matches and invite their friends on facebook.

On the experience I want to bring, only the person organizing needs to have the app installed. I want him to be able to send requests to his friends, and whenever they click on it, they will be redirected to a simple webpage so they can confirm their presence or not. That means that I don't want to make the "players" of the match have the app installed, but I want them to be able to confirm their presences through mobile phones.

Is that possible?

If you wish to implement it using Facebook SDK than you can't. All the Facebook api action such as sending requests or handling incoming request requires valid taken, so the user must have the app installed on web or mobile.

Your only option is notify the users using other methods, such as email, sms, or even a phone call that your application will make.

How ever I do not suggest you any of those. Use Facebook, let all your users to install your app, do it the Facebook way.

Edit : Also see Android and ios requests in Facebook.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM