我得到400 bad request
作爲響應:Ajax調用的Instagram(GET /媒體/搜索)日期和時間問題
{"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
與指定的時間戳一個月的範圍,這是一個問題嗎?
P.S.使用jQuery 1.9.1
感謝,
它是7天的時間範圍,還是當前日期(現在)的7天? – mzereba
因爲事情是我使用正確的時間框架得到相同的錯誤?! – mzereba
它沒有最小和最大值?另外,它們看起來太大了,你是從ms轉換成s? – RobH