MeteoStone's Weather API
Method: meteostone.commentWeather
Add weather comment.
Arguments
apikey
Your API application key. See here for more details.
method
Should be set to "meteostone.commentWeather".
login
Your login.
password
Your md5(md5(password)).
location_lat
Latitude of location when will place comment.
location_lng
Longtitude of location when will place comment.
comment_textComment text
Example request
http://meteostone.com/service/?apikey=xxxx&method=meteostone.commentWeather&login=test&password=xxxx &location_lat=12.345&location_lng=12.345&comment_text=hello%20world
Example response
<mst status="ok"/>

