i’m playing with the foursquare api in nodejs.
I follow the steps described here (Web server application)
but in the last step, when i’d get the authorization_code i get an HTTP 301 pointing to the same url which was requested.
I don’t know why.
do i miss something?
I started implementing my own solution based on the new 4sq api (v2) and oauth2
https://github.com/yikulju/Foursquare-on-node