I have got the access token for the Instagram API but when I try to access the endpoints of tag with this url: https://api.instagram.com/v1/tags/kuwait/media/recent?access_token=my-access-token*******
It shows:
{"meta": {"error_type": "OAuthPermissionsException", "code": 400, "error_message": "This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."}}
How do I fix this?
I am not building a full app just wanted to add some features in my project.