简体   繁体   中英

Is it possible to post to Twitter attaching the latitude and longitude to the tweet?

We run an ASP.NET MVC application, and want it to post geolocalized tweets to Twitter, is it possible? I know there are some c# APIs to post to Twitter, but i really don't know if they allow this.

Yes. The POST status documentation is very clear

As well as POSTing the status message, you can also include lat & long.

That's it at its most basic. How you actually authenticate & do the HTTP request depends on the framework you choose.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM