Beispiel #1
0
 public InstagramImages()
 {
     _client = new ParseRestClient(ParseSettings.Instance.ParseAppId, ParseSettings.Instance.ParseRestApiKey);
 }
 public void Setup()
 {
     _client = new ParseRestClient(APP_ID, REST_API_KEY);
 }