I'm planning go implement the new oauth 2 login which will give me app scoped facebook ids instead of the real facebook user id. My question is how to implement invite friends feature which will reward the users which invited friends (after the friends join my site). With the old oauth 1 I would store the invitor id and invited id and when the invited user joins - I simply reward the user who invited him..but with the new auth I can't compare friend ID to app scoped user id.
Any suggestions how can I do this ?