Newbie question.
I m trying to make a mobile site using html5 s geolocation (I know technically it s a separate spec, but still) to identify user s current position and post that to a web service which then does something. Basically a browser version of Four Square.
Is there anyway that I can verify that the user is really at that location? I want to prevent someone from making something, say a console app, that sends fake lat/long to the service.
Any suggestion is welcome, even if it doesn t get me there 100%. Thanks, SO community!