I'm creating an application where in I'm creating stories. So for each stories I want to invite my facebook friends to collaborate something. So which is the best way to invite? Is it apprequest or send method. Please help me some solution.

有帮助吗?

解决方案

In this Facebook concept article, Facebook recommends Application request (i.e. apprequests ).

  1. The recipient is a friend of the sender and has not installed the game. This is considered an invite.
  2. The recipient is a friend of the sender and has installed the game.
  3. The recipient has installed the game. In this case the sender and recipient do not need to be friends.

On the other hand, send request is used to share information to other user.

Conclusion

Therefore, apprequests should be used.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top