Since Kongregate API has very bad authentication methods i need to know how i can manually authenticate user in my game.
I can’t send any HTTP queries on authentication level.
Facebook and other social networks allow to do something like sha256_get(session_key, API_FB_SECRET); and compare it with auth_key.