Getting and Replying to Comments on Instagram with the Instagram Graph API



Can you spot me in the video?! 😆🤣 Coding tonight against the Instagram Graph API and getting a users metadata! . The metadata we can get from the Instagram Graph API for a user includes, profile image url, account I'd, username, website, name, biography, follow count, follower count, media count. . #coding #instagram #coder #tech #php #html #fullstackdeveloper #webdevelopment #webstagram #computers #frontenddeveloper #instagramgraphapi #instagramapi #api #backend #website #softwareengineer #code #programming #facebook


Comments



Get Comments Endpoint: https://graph.facebook.com/v5.0/{ig-media-id}/comments?fields=like_count,replies,username,text


Get Replies Endpoint: https://graph.facebook.com/v5.0/{ig-comment-id}/replies?fields=username,text,like_count


Post Comments Endpoint: https://graph.facebook.com/v5.0/{ig-media-id}/comments?message={message}


Post Replies Endpoint: https://graph.facebook.com/v5.0/{ig-comment-id}/replies?message={message}


Get Comments Raw Response