Currently in my instagrams display 7 photos and this is "Data"
Now I want to show only 4 photos in my instragarm. My old way
https://api.instagram.com/v1/users/ '. esc_attr ($ id). '/ media / recent /? access_token ='. esc_attr ($ token). '& count ='. esc_attr ($ limit))
I used "& count" to handle this piece in the old version.
in the new version I used the path
=> https: //graph.instagram.com/me? fields = id, username & access_token = IGQVJ ... To retrieve data.
I use "& count" for the new version but it doesn't work. Can you help me with this problem, how should I handle it? I want it to display 4 images instead of 7 default images.