azai91 / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

/checkin returns <didyoumean> stanzas sometimes. #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Tracking this in the foursquare-api thread: "didyoumean... <error> <data> 
or <ugh>"

For example:

"""
10-12 07:43:37.306: DEBUG/HttpApi(15252): creating HttpPost for: 
http://api.foursquare.com./v1/checkin
10-12 07:43:37.306: DEBUG/HttpApi(15252): Param: vid=155198
10-12 07:43:37.306: DEBUG/HttpApi(15252): Param: venue
10-12 07:43:37.306: DEBUG/HttpApi(15252): Param: geolat=33.477021511111104
10-12 07:43:37.316: DEBUG/HttpApi(15252): Param: geolong=-
112.07369088888889
10-12 07:43:37.316: DEBUG/HttpApi(15252): Param: shout
10-12 07:43:37.316: DEBUG/HttpApi(15252): Param: private=0
10-12 07:43:37.316: DEBUG/HttpApi(15252): Param: twitter=0
10-12 07:43:37.326: DEBUG/HttpApi(15252): Created: 
org.apache.http.client.methods.HttpPost@4343a3e8
10-12 07:43:37.326: DEBUG/HttpApiWithOAuth(15252): doHttpRequest: 
http://api.foursquare.com./v1/checkin
10-12 07:43:37.326: DEBUG/HttpApi(15252): executing HttpRequest for: 
http://api.foursquare.com./v1/checkin
10-12 07:43:37.396: INFO/ActivityManager(74): Displayed activity 
com.joelapenna.foursquared/.ShoutActivity: 662 ms (total 662 ms)
10-12 07:43:38.318: DEBUG/libgps(74): PDSM_PD_EVENT_GPS_BEGIN
10-12 07:43:39.006: DEBUG/libgps(74): PDSM_PD_EVENT_COMM_CONNECTED 
10-12 07:43:39.417: DEBUG/libgps(74): PDSM_PD_EVENT_COMM_DONE 
10-12 07:43:39.774: DEBUG/libgps(74): calling sAGpsStatusCallback 
GPS_RELEASE_AGPS_DATA_CONN
10-12 07:43:39.796: DEBUG/libgps(74): qct_agps_data_conn_closed
10-12 07:43:39.836: DEBUG/HttpApiWithOAuth(15252): executed HttpRequest 
for: http://api.foursquare.com./v1/checkin
10-12 07:43:39.846: DEBUG/AbstractParser(15252): <?xml version="1.0" 
encoding="UTF-8"?
><didyoumean><venue><venueid>155198</venueid><venuename>Taco Bell @3rd St 
&amp; McDowell Rd</venuename><address>301 E Mcdowell 
Rd</address><crossstreet>3rd St &amp; McDowell 
Rd</crossstreet><city>Phoenix</city><state>AZ</state><zip>85004</zip><geola
t>-112.069054</geolat><geolong>-112.069054</geolong></venue></didyoumean>
"""

Original issue reported on code.google.com by jlapenna on 13 Oct 2009 at 5:12

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 13 Oct 2009 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 14 Oct 2009 at 7:08

GoogleCodeExporter commented 8 years ago
/v1/checkin will now return <checkin> if successful; <error> if failure

Original comment by naveen...@gmail.com on 22 Oct 2009 at 10:36

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 22 Oct 2009 at 10:43