我的网站上有一个文本框,用户可以在其中输入自己的Instagram用户名,我想做的是输入他们的时间,当时我想在后台调用一个API,以便该用户名可以在Instagram中使用是否。
我已经在Instagram中创建了开发者帐户并获得了client_ id,并尝试使用以下API
https://api.instagram.com/v1/users/search?q=merryshah568&client_id=01cc9370bd8e4adc9e6a2f4b3xxxxxxx
但返回
{"meta": {"code": 400, "error_type": "OAuthAccessTokenException", "error_message": "The access_token provided is invalid."}}
我也尝试过使用此API
https://www.instagram.com/merryshah568/?__a=1
但是它显示空白页。
我正在本地主机上工作。