I have a Foursquare app that I'm trying to get integrated into a website I'm working on, it has been working fine up to this point but suddenly trying to go the URL "https://foursquare.com/oauth2/authenticate?client_id=[MY_APP_ID]&response_type=code&redirect_uri=[REDIRECT_URL]" is giving me an "invalid_token" error, which is strange to me because I haven't even gotten to the second part of the OAuth "dance". Am I missing something obvious? Thanks!
1
votes
3 Answers
0
votes
There is something wrong with https://foursquare.com/oauth2/authenticate endpoint. Try https://foursquare.com/oauth2/authorize instead.