php - Instagram api pagination object is coming blank ( empty ) in live mode -
we facing major issue on instagram api calling section using php (codeigniter 3). first of want tell our app in in live mode , sure of . pagination url object coming blank after 20 images , have tried different ways using count parameter on section , next_max_id , next_min_id in vain. please suggest new way section. can not use javascript on section according our requirements.
some of small example below how e call api , using.
https://api.instagram.com/v1/users/3963420514/media/recent?
thank in advance.
i checked api response has pagination
data
just use pagination.next_url
next set of 13 posts via api, tried it, worked api above.
if not can maually add &max_id={value of pagination.next_max_id}
api next set of posts
Comments
Post a Comment