Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Instagram API hash to return all follows no longer works

For month, I have used the following hash to get all follows of a given logged in users back from the Instagram API:

https://api.instagram.com/v1/users/self/follows?count=-1&access_token=%@

The count=-1 being the key parameter to achieve that.

My app started to return empty dictionaries back from the Instagram API from one day to the next.

I found out that this was linked to the count=-1 no longer working on the Instagram API.

Would anyone know what the new syntax might be now?

I couldn't find anything on other web sources.

Thanks!