Ejemplo n.º 1
0
 public InstagramImages()
 {
     _client = new ParseRestClient(ParseSettings.Instance.ParseAppId, ParseSettings.Instance.ParseRestApiKey);
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _client = new ParseRestClient(APP_ID, REST_API_KEY);
 }