コード例 #1
0
 public Authenticated(InstagramConfig config, AuthInfo auth)
     : base(config, auth, "/search/") {
         _unauthenticated = new Unauthenticated(config);
 }
コード例 #2
0
 public LocationsResponse Search(string foursquare_id, Unauthenticated.FoursquareVersion foursquare_version, int distance) {
     return _unauthenticated.Search(foursquare_id, foursquare_version, distance);
 }
コード例 #3
0
 public Authenticated(InstagramConfig config, AuthInfo auth)
     : base(config, auth, "/search/")
 {
     _unauthenticated = new Unauthenticated(config);
 }