javascript - iOS app doesn't fetch same results as Foursquare -


i've been wondering quite while, i'm using foursquare's api use within ios app.

it works wonderfully except fetched results never matches made foursquare app itself.

i find weird, places aren't in list.

anyone has ever experienced this? simplest query results aren't same.

is there docs on how foursquare's app handle filters/requests?

thanks

edit: use venues/search ll lat,lng.

this may due other parameters foursquare app passing in. have specific examples cause behavior?

you try debugging foursquare app through web proxy. show api requests it's making, can pin down what's going on. did writeup of technique here: http://nickfishman.com/post/50557873036/reverse-engineering-native-apps-by-intercepting-network

at least don't seem 1 seeing behavior: foursquare venues api returns incorrect data checkin intent


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -