Hello friends,
I want to search Instagram posts with hashtags in development mode. I also added Instagram Tester for that, but when I call the hashtag search API, it returns an error (as per the attached image) that 'user_id is not a valid Instagram User ID'. This user ID I have received from another API as Below. API: https://graph.instagram.com/me?fields=id,username,account_type,media_count,followers_count,media{name,media_url}&access_token= response: { "id": "7796966927016007", "username": "webdevarisu4", "account_type": "PERSONAL" } So I want to request community members to help me with this problem, and is this ID (7796966927016007) the correct user ID to call the hashtag API?