We are doing a mobile app, where its possible to send out virtual goods through requests. I have figured out how to make the users actually send the requests, but I cannot figure out how to poll awaiting requests from the receivers end?
问问题
25 次
1 回答
0
好像我找到了它(FQL)
SELECT ... FROM apprequest WHERE app_id = A
https://developers.facebook.com/docs/reference/fql/apprequest
于 2013-06-18T09:09:26.620 回答