我真的不明白在邀请朋友打电话后我应该怎么做。所以这是直到我卡住的程序:
我有一个Facebook画布应用程序,但应用程序本身主要是ios / android native,因此画布仅用于重定向。
https://developers.facebook.com/docs/games/invitable-friends/v2.0
根据这个:
*。当我打电话时,我得到了朋友列表(我做了)
*。我得到了令牌,当我按下一个朋友时,一个令牌正在进入该阵列,后来用于javascript api中的“to”
*。我按发送并进行邀请。
好的,我现在看到了:
Rewarding the Sender
1)Upon sending the request, store the request id returned in the response from the Game Request Dialog and match it upon receipt to reward the sender.
2)Read all the requests for the receiver and reward the sender based on the ID in the "from" field.
完成这两项工作的确切方法是什么('并在收到时将其匹配以奖励发件人'< - 这到底是什么意思?)?