ConvertKit / instagram_basic_display

A client gem for the Instagram Basic Display API
Apache License 2.0
25 stars 10 forks source link

Add Profile Module #2

Closed raquelxmoss closed 4 years ago

raquelxmoss commented 4 years ago

Adds a module to get an instagram user's profile data and list of media 📷. The instagram API provides pagination links, but I haven't tackled that particular problem yet.

raquelxmoss commented 4 years ago

@jurezove Yeah I'll tackle the pagination in the future. The way the API does it isn't extremely straightforward so I need to do some investigation into how best to implement it.