Tag: yelp

Yelp融合:不能获得令牌

我试图访问Yelp fusion API。 我正在按照文档 ,来到这个代码: const request = require('request'); // As you can see the common error of there being a whitespace // in one of these is not the case here const clientId = 'O<removed>w'; const clientSecret = 'm<removed>r'; const options = { url: 'https://api.yelp.com/oauth2/token', method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, json: { […]