Hi all, i’m facing a problem with posting my game score, i’m using “FB.API(”/me/scores", Facebook.HttpMethod.POST, delegate (string r) { ; }, query);" , but it doesn’t work, i don’t now what i’m doing wrng !! can somebody help me please ?
Look for asset at Asset Store, as I remember there are a lot of solutions for Facebook posting
“it doesn’t work” … errors? or just nothing at all?
I assume you’ve looked at:
https://developers.facebook.com/docs/unity/reference/FB.API/
which has:
… so… what is your 4th parameter “query” and does that delegate function actually do anything? (not a c# coder myself, but it looks wrong…)