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.
We run an ASP.NET MVC application, and want it to post geolocalized tweets to
Share
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.