我是foursquare的新手,我希望通过foursquare api自动填充文本框。为此,我参考了https://developer.foursquare.com/overview/auth并在foursquare 注册了我的应用程序。当我写
https://foursquare.com/oauth2/access_token
?client_id=YOUR_CLIENT_ID
&client_secret=YOUR_CLIENT_SECRET
&grant_type=authorization_code
&redirect_uri=YOUR_REGISTERED_REDIRECT_URI
&code=CODE
在浏览器 url(所有参数已替换)中,我收到以下错误:
{
"error": "invalid_grant"
}
我该如何解决这个问题?我如何实现自动填充文本框?