Hi,
In my game, I want to share a score on facebook wall. I configured everything on facebook application side.
Everything works fine in the Editor : after providing an access token, I can post via facebook.
But when I push the game on my server and play it on facebook, when it’s time to post the score I have this error in the page console :
failed downloading /rsrc/unity/lib/sdk_6.0/canvasfacebook.dll
And the game crashes.
I though Unity was embedding the facebook sdk, so why need to download it ?
Hope someone can help me