You know when you run out of lives on Candy Crush and then can have a Facebook friend give you more lives (or you can just wait a few hours). Any idea how this is done? Would it be an implementation of Facebook Graph API? I have only used the Facebook Graph API for friend leaderboards.
I’m sure it’s not cake-easy but I want to see what it takes. Thanks for any ideas!
You most certainly will need to set up your own server to store the gifts sent against the recipient’s facebook id, so that the next time they log in they can grab the gifts from the server.
To have this all working with facebook request in the mix is a lot more complicated. You need to have the facebook request calling back to your server and all that jazz.
Hmmm, so you can’t store things other than scores on the graph API? Like lives?