ajax - Why is there a Foursquare v2 API javascript authentication method? -
browsing though foursquare api documentation, noticed when obtaining access token ajax there no need secret key (for obvious reasons). makes me wonder point of having register apps foursquare in first place if can fake being app using client key. why allow this?
your answer in document referred to
since each credential tied particular url
the point foursquare looking @ url of requesting script security. if there no registration there no url tie credentials to.
i hope makes sense
Comments
Post a Comment