Exemplo n.º 1
0
 static void CreatePlaceDemo(TwitterContext twitterCtx)
 {
     Place place = twitterCtx.CreatePlace("Bird Feeder", "247f43d441defc03", "15f3c6f2b94ba19faee70d9d61aaebee", 37.78215, -122.4006, "795 Folsom St");
     Console.WriteLine(place.Name);
 }