无法从我们的服务器发送有关Foursquare API的请求。
https://api.foursquare.com/v2/venues/search
我们正在获取403响应代码,但是当从本地计算机发送请求时-一切正常,我们正在获取200响应代码和内容。
服务器ip:is it safe to share it here
?
客户ID:EO3VRXES4GBFL0JAJL1CXCYPSTYZLPWBRCXI3FANWLVOGPBN
我们正在执行以下请求:
import requests
requests.get('https://api.foursquare.com/v2/venues/search?client_id=EO3VRXES4GBFL0JAJL1CXCYPSTYZLPWBRCXI3FANWLVOGPBN&client_secret=CLIENT_SECRET&v=20190424&near=London')