ncuzhamdani / foursquared

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

/checkin fails when no vid/venue says request requires POST #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compare:

$ oget 'http://api.playfoursquare.com/v1/checkin?vid=44794'
<?xml version="1.0" encoding="UTF-8"?><checkin><message>OK! We&apos;ve
got you @ Bobby&apos;s place.  This is your 3rd checkin
here!</message><id>658883</id><created>Fri, 07 Aug 09 08:26:48
+0000</created><venue><id>44794</id><name>Bobby's
place</name><address>123 Fake
St</address><crossstreet>Imaginary</crossstreet><city>San
Francisco</city><state>CA</state><zip/><cityid>23</cityid></venue><mayor><t
ype>nochange</type><message>test1
u. is The Mayor of Bobby's place.</message></mayor></checkin>

$ oget 'http://api.playfoursquare.com/v1/checkin?shout=44794'
<?xml version="1.0" encoding="UTF-8"?><error>You must submit this as a
POST request.</error>

Original issue reported on code.google.com by jlapenna on 7 Aug 2009 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 7 Aug 2009 at 3:40

GoogleCodeExporter commented 8 years ago
fixed. an oversight on my part

Original comment by naveen...@gmail.com on 10 Aug 2009 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 11 Aug 2009 at 10:32