我試圖與Instagram的API一個特定的地方來獲取媒體,我下面這個鏈接:https://www.instagram.com/developer/endpoints/media/#get_media_search得到媒體在特定的位置,並嘗試這樣的:https://api.instagram.com/v1/media/search?lat=48.858844&lng=2.294351&access_token=XXXXX媒體不與Instagram的API獲取
但是,這是給我空數據{「元」:{「代碼」:200},「數據」:[]}
有人可以告訴我爲什麼我得到空的數據,即使在他們顯示的數據作爲迴應。
您的訪問令牌包含所需的範圍? – CBroe
嗨CBroe 是範圍包括在內,我在範圍內設置:'基本','喜歡',public_content','follower_list','評論','關係'。 – sunil