Parse Json Response through Dictionary object
I have Json response through Facebook API like this: Now I want to parse this data so I can use within my game. For this purpose, I have written code up to this: public void OnChallengesButtonClick () { SoundManager.Instance.PlayButtonClickSound ();…