Hey guys,
The getRecentMoves function gives me some random string in the content parameter, some examples are:
NztFTl9VUzsxMQ==
N0VOVVMxMQ==
NztFTl9VUzsxMQ==
These values seem random to me. Am I using the wrong format for the content parameter in the submitMove function?
This is what the call looks like: submitMove( “somestring”, nil, userID, matchID, nil )
Hope you guys can help me with this one