Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们运行一个 ASP.NET MVC 应用程序,并希望它在 Twitter 上发布地理定位的推文,这可能吗?我知道有一些 c# API 可以发布到 Twitter,但我真的不知道他们是否允许这样做。
是的。POST状态文档非常清晰
除了发布状态消息外,您还可以包括纬度和经度。
这就是它最基本的。您实际如何验证和执行 HTTP 请求取决于您选择的框架。