This is the third tutorial in my series on displaying Instagram content in your Bubble i.o App through an Instagram API. If you missed the previous video, you can watch Part 2 here: https://youtu.be/YXvTbybMlnQ. In this video, we will: - Update our API GET calls to pull an Instagram user’s profile picture and additional post data - Design a nice looking repeating group to display Instagram content - Set up a workflow that allows users to select which post they want to display Please note that I have no tech background and am not affiliated with Meta or Bubble, this is just a walkthrough of what worked for me while building my own app. New User Profile GET Call: https://graph.facebook.com/v21.0/[IG_USER_ID]?fields=name,username,followers_count,profile_picture_url,media_count New User Media GET Call: https://graph.facebook.com/v21.0/[IG_USER_ID]/media?fields=id,caption,media_type,media_url,thumbnail_url,timestamp,like_count,comments_count,permalink
ADVERTISEMENT
Comments 0
Sign in to join the conversation
Sign in