【发布时间】:2014-01-13 12:38:46
【问题描述】:
我收到400 bad request 作为回复:
{"meta":{"error_type":"APIInvalidParametersError","code":400,"error_message":"invalid parameters-check the max\/min-timestamps, if you supplied them"}}
虽然我的要求似乎没问题:
https://api.instagram.com/v1/media/search?q=demonstration&lat=30.0444&lng=31.2357&distance=1000&min_timestamp=1383253200000&max_timestamp=1385758800000&access_token=9xxx4
在一个月的范围内指定时间戳,这是个问题吗?
附:使用 JQuery 1.9.1
谢谢,
【问题讨论】:
标签: javascript jquery instagram