I want to user facebook scores api ( https://developers.facebook.com/docs/howtos/scores/ ) but I obviously need user access token which seems a little complicated to get.
Is there any way to simply use scores api on server side? I definitely don't want to handle it on the client.
I couldn't manage it using facebook.openGraphOperations().publishAction()
So any suggestions? solutions?
Is there any way to simply use scores api on server side? I definitely don't want to handle it on the client.
I couldn't manage it using facebook.openGraphOperations().publishAction()
So any suggestions? solutions?