i'm trying to post with postUpdate method from API. I do something like this:
http://user:md5(pass)@twitxr.com/api/rest/postUpdate?text="posting
nicely"&latitude=43.37&longitude=-8.39
but i get next error:
<result code="error">
<error>Could not find your location</error>
</result>
I tried with 2 options for geolocation parameter (place string
location and latitude/longitude location) but any works. I get the
same error.
I guess it was "Default location" field for user trying to post, so i
register "Default Location" field in settings for him ... but the
query returns same error.
Any idea?
Thanks,
/amaneiro
"Please note that this method only works with HTTP POST requests
(multipart/form-data POST if a picture is included)"
That's why it can find your location
Albert